Searched defs:_compareDNSSuffix (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp1383 bool Protocol::_compareDNSSuffix(std::string AMTDNSSuffix, std::string suffix) function in class:Protocol
1444 remIt = find_if(startIt, endIt, bind2nd(ptr_fun(_compareDNSSuffix), locIt->second));
1552 if (_compareDNSSuffix(*it, dnsSuffix)) {

Completed in 47 milliseconds