Searched refs:h_e (Results 1 – 1 of 1) sorted by relevance
1173 struct hostent *h_e = NULL; in ns_gethostbyaddr() local1188 h_e = _switch_gethostbyaddr_r((char *)&a, in ns_gethostbyaddr()1194 h_e = _switch_gethostbyaddr_r((char *)&a6, in ns_gethostbyaddr()1200 if (h_e == NULL) { in ns_gethostbyaddr()1205 result->ldaphe_name = h_e->h_name; in ns_gethostbyaddr()1206 result->ldaphe_aliases = h_e->h_aliases; in ns_gethostbyaddr()1207 result->ldaphe_addrtype = h_e->h_addrtype; in ns_gethostbyaddr()1208 result->ldaphe_length = h_e->h_length; in ns_gethostbyaddr()1209 result->ldaphe_addr_list = h_e->h_addr_list; in ns_gethostbyaddr()