Searched refs:__copy_protoent (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/lib/libc/net/ |
| HD | getproto.c | 80 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) { in files_getprotobynumber()
|
| HD | getprotoname.c | 88 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) { in files_getprotobyname()
|
| HD | netdb_private.h | 127 int __copy_protoent(struct protoent *, struct protoent *, char *, size_t);
|
| HD | getprotoent.c | 293 __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()
|