Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgethostbyht.c192 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) { in gethostent_r()
270 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) { in _ht_gethostbyname()
327 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) { in _ht_gethostbyaddr()
H A Dgethostbynis.c235 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) { in _nis_gethostbyname()
285 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) { in _nis_gethostbyaddr()
H A Dnetdb_private.h125 int __copy_hostent(struct hostent *, struct hostent *, char *, size_t);
H A Dgethostbydns.c540 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) { in _dns_gethostbyname()
699 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) { in _dns_gethostbyaddr()
H A Dgethostnamadr.c94 __copy_hostent(struct hostent *he, struct hostent *hptr, char *buf, in __copy_hostent() function
475 if (__copy_hostent(&he, hp, buf, buflen) != 0) { in fakeaddr()