Searched refs:__copy_hostent (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | gethostbyht.c | 192 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 D | gethostbynis.c | 235 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 D | netdb_private.h | 125 int __copy_hostent(struct hostent *, struct hostent *, char *, size_t);
|
H A D | gethostbydns.c | 540 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 D | gethostnamadr.c | 94 __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()
|