Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c235 struct hostent *he2 = NULL; in add_hostent() local
242 he2 = getipnodebyaddr (he->h_addr_list[0], he->h_length, in add_hostent()
244 if (he2 != NULL) { in add_hostent()
245 const char *tmp = hostent_find_fqdn (he2); in add_hostent()
253 if (he2 != NULL) in add_hostent()
254 freehostent (he2); in add_hostent()