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

/freebsd-11.0-release/lib/libc/net/
H A Dgetproto.c84 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) {
H A Dgetprotoname.c98 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) {
H A Dnetdb_private.h127 int __copy_protoent(struct protoent *, struct protoent *, char *, size_t);
H A Dgetprotoent.c295 __copy_protoent(struct protoent *pe, struct protoent *pptr, char *buf, function
436 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) {

Completed in 92 milliseconds