Home
last modified time | relevance | path

Searched refs:hostres (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/dhcp/dist/server/
H A Dldap.c1357 LDAPMessage * ldres, * hostres, * ent, * hostent; in ldap_read_config() local
1403 hostres = NULL; in ldap_read_config()
1406 &hostres)) != LDAP_SUCCESS) in ldap_read_config()
1410 if(NULL != hostres) in ldap_read_config()
1411 ldap_msgfree (hostres); in ldap_read_config()
1416 if ((hostent = ldap_first_entry (ld, hostres)) == NULL) in ldap_read_config()
1419 ldap_msgfree (hostres); in ldap_read_config()
1441 ldap_msgfree (hostres); in ldap_read_config()
1467 ldap_msgfree (hostres); in ldap_read_config()