Searched refs:HOSTFILTER (Results 1 – 2 of 2) sorted by relevance
69 #define HOSTFILTER "(&(objectclass=ipHost)(cn=%s))" macro
4259 len = strlen(HOSTFILTER) + strlen(host) + 1; in __ns_ldap_host2dn()4264 (void) snprintf(filter, len, HOSTFILTER, host); in __ns_ldap_host2dn()