Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1171 struct hostent *h_e = NULL; in ns_gethostbyaddr() local
1186 h_e = _switch_gethostbyaddr_r((char *)&a, in ns_gethostbyaddr()
1192 h_e = _switch_gethostbyaddr_r((char *)&a6, in ns_gethostbyaddr()
1198 if (h_e == NULL) { in ns_gethostbyaddr()
1203 result->ldaphe_name = h_e->h_name; in ns_gethostbyaddr()
1204 result->ldaphe_aliases = h_e->h_aliases; in ns_gethostbyaddr()
1205 result->ldaphe_addrtype = h_e->h_addrtype; in ns_gethostbyaddr()
1206 result->ldaphe_length = h_e->h_length; in ns_gethostbyaddr()
1207 result->ldaphe_addr_list = h_e->h_addr_list; in ns_gethostbyaddr()