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

/freebsd-10.2-release/lib/libc/net/
H A Dgetproto.c81 while ((error = __getprotoent_p(&pe, ped)) == 0)
H A Dgetprotoname.c84 while ((error = __getprotoent_p(&pe, ped)) == 0) {
H A Dnetdb_private.h130 int __getprotoent_p(struct protoent *, struct protoent_data *);
H A Dgetprotoent.c362 __getprotoent_p(struct protoent *pe, struct protoent_data *ped) function
432 if (__getprotoent_p(&pe, ped) != 0) {

Completed in 98 milliseconds