Home
last modified time | relevance | path

Searched refs:getprotoent (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libc/net/
H A DMakefile.inc14 getproto.c getprotoent.c getprotoname.c \
38 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 if_indextoname.3 \
82 MLINKS+=getprotoent.3 endprotoent.3 \
83 getprotoent.3 getprotobyname.3 \
84 getprotoent.3 getprotobyname_r.3 \
85 getprotoent.3 getprotobynumber.3 \
86 getprotoent.3 getprotobynumber_r.3 \
87 getprotoent.3 getprotoent_r.3 \
88 getprotoent.3 setprotoent.3
H A DSymbol.map46 getprotoent;
H A Dgetprotoent.c539 getprotoent(void) in getprotoent() function
/dragonfly/include/
H A Dnetdb.h261 struct protoent *getprotoent(void);
/dragonfly/usr.bin/netstat/
H A Dmain.c584 while ((p = getprotoent()) != NULL) { in name2protox()
/dragonfly/usr.bin/getent/
H A Dgetent.c424 while ((pe = getprotoent()) != NULL) in protocols()
/dragonfly/lib/libc/resolv/
H A Dres_mkupdate.c1025 while ((pp = getprotoent()) != NULL) { in res_buildprotolist()