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

/freebsd-10.2-release/lib/libc/net/
H A Dgetproto.c90 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.c296 __copy_protoent(struct protoent *pe, struct protoent *pptr, char *buf, function
437 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) {

Completed in 125 milliseconds