Searched refs:getprotoent (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetprotoent.c75 getprotoent() function
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dnetdb.h74 struct protoent *getprotobyname(), *getprotobynumber(), *getprotoent();
/illumos-gate/usr/src/lib/nsswitch/files/
H A DMakefile.com39 getprotoent.o \
/illumos-gate/usr/src/lib/nsswitch/ldap/
H A DMakefile.com48 getprotoent.o \
/illumos-gate/usr/src/lib/nsswitch/nis/
H A DMakefile.com45 getprotoent.o \
/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h128 struct protoent *getprotoent(void);
175 struct protoent *getprotoent();
/illumos-gate/usr/src/cmd/getent/
H A Ddogetproto.c68 while ((pp = getprotoent()) != NULL)
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h136 /* getprotoent is in libsocket.so.1 */
137 #define getprotoent res_getprotoent macro
138 struct protoent *getprotoent __P((void));
/illumos-gate/usr/src/lib/libsocket/
H A DMakefile.com31 getprotoent.o getprotoent_r.o getservbyname_r.o getservent.o \
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile61 getprotoent.3xnet \
94 getprotoent.3xnet := LINKSRC = endprotoent.3xnet
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent.c19 static const char rcsid[] = "$Id: getprotoent.c,v 1.4 2005/04/27 04:56:26 sra Exp $";
51 getprotoent() { function
H A Dgetprotoent_r.c87 struct protoent *pe = getprotoent();
/illumos-gate/usr/src/head/
H A Dnetdb.h276 struct protoent *getprotoent(void);
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com52 getnetgrent.o getprotoent.o getservent.o hesiod.o \
/illumos-gate/usr/src/man/man3socket/
H A DMakefile87 getprotoent.3socket \
188 getprotoent.3socket := LINKSRC = getprotobyname.3socket
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c1011 while ((pp = getprotoent()) != NULL) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c424 while ((p = getprotoent()) != NULL)

Completed in 85 milliseconds