Searched refs:ldhp (Results 1 – 2 of 2) sorted by relevance
59 static LDAPHostEnt *prldap_convert_hostent( LDAPHostEnt *ldhp,167 prldap_convert_hostent( LDAPHostEnt *ldhp, PRHostEnt *prhp ) in prldap_convert_hostent() argument169 ldhp->ldaphe_name = prhp->h_name; in prldap_convert_hostent()170 ldhp->ldaphe_aliases = prhp->h_aliases; in prldap_convert_hostent()171 ldhp->ldaphe_addrtype = prhp->h_addrtype; in prldap_convert_hostent()172 ldhp->ldaphe_length = prhp->h_length; in prldap_convert_hostent()173 ldhp->ldaphe_addr_list = prhp->h_addr_list; in prldap_convert_hostent()174 return( ldhp ); in prldap_convert_hostent()
548 LDAPHostEnt ldhent, *ldhp; local561 ldhp = NULL;599 if (( ldhp = ld->ld_dns_gethostbyname_fn( host,602 addrlist = ldhp->ldaphe_addr_list;