Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
HDgetproto.c80 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) { in files_getprotobynumber()
HDgetprotoname.c88 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) { in files_getprotobyname()
HDnetdb_private.h127 int __copy_protoent(struct protoent *, struct protoent *, char *, size_t);
HDgetprotoent.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()