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

/freebsd-current/lib/libc/net/
H A Dgethostbyht.c87 gethostent_p(struct hostent *he, struct hostent_data *hed, int mapped, function
190 if (gethostent_p(&he, hed, statp->options & RES_USE_INET6, statp) != 0)
248 while ((error = gethostent_p(&he, hed, 0, statp)) == 0) {
313 while ((error = gethostent_p(&he, hed, 0, statp)) == 0)

Completed in 109 milliseconds