Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dgetproto.c80 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) { in files_getprotobynumber()
H A Dgetprotoname.c88 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) { in files_getprotobyname()
H A Dnetdb_private.h127 int __copy_protoent(struct protoent *, struct protoent *, char *, size_t);
H A Dgetprotoent.c293 __copy_protoent(struct protoent *pe, struct protoent *pptr, char *buf, in __copy_protoent() function
432 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) { in files_getprotoent_r()