Searched refs:gethostent_p (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | gethostbyht.c | 87 gethostent_p(struct hostent *he, struct hostent_data *hed, int mapped, in gethostent_p() function 190 if (gethostent_p(&he, hed, statp->options & RES_USE_INET6, statp) != 0) in gethostent_r() 248 while ((error = gethostent_p(&he, hed, 0, statp)) == 0) { in _ht_gethostbyname() 313 while ((error = gethostent_p(&he, hed, 0, statp)) == 0) in _ht_gethostbyaddr()
|