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

/freebsd-13-stable/lib/libc/net/
H A Dgethostbyht.c198 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
276 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
333 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
H A Dnetdb_private.h127 int __copy_hostent(struct hostent *, struct hostent *, char *, size_t);
H A Dgethostbynis.c238 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
288 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
H A Dgethostbydns.c544 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
703 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
H A Dgethostnamadr.c97 __copy_hostent(struct hostent *he, struct hostent *hptr, char *buf, function
478 if (__copy_hostent(&he, hp, buf, buflen) != 0) {

Completed in 56 milliseconds