Searched refs:he2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c233 struct hostent *he2 = NULL; local
240 he2 = getipnodebyaddr (he->h_addr_list[0], he->h_length,
242 if (he2 != NULL) {
243 const char *tmp = hostent_find_fqdn (he2);
251 if (he2 != NULL)
252 freehostent (he2);

Completed in 91 milliseconds