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

/freebsd-11-stable/lib/libc/net/
H A Dgethostbyht.c196 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
274 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
331 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
H A Dnetdb_private.h125 int __copy_hostent(struct hostent *, struct hostent *, char *, size_t);
H A Dgethostbynis.c236 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
286 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
H A Dgethostbydns.c542 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
701 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
H A Dgethostnamadr.c95 __copy_hostent(struct hostent *he, struct hostent *hptr, char *buf, function
476 if (__copy_hostent(&he, hp, buf, buflen) != 0) {

Completed in 168 milliseconds