Symbol: protoent
include/netdb.h
283
struct protoent *getprotobyname(const char *);
include/netdb.h
284
struct protoent *getprotobynumber(int);
include/netdb.h
285
struct protoent *getprotoent(void);
include/netdb.h
302
int getprotobyname_r(const char *, struct protoent *,
include/netdb.h
304
int getprotobynumber_r(int, struct protoent *,
include/netdb.h
311
int getprotoent_r(struct protoent *, struct protoent_data *);
lib/libc/net/getproto.c
35
getprotobynumber_r(int num, struct protoent *pe, struct protoent_data *pd)
lib/libc/net/getproto.c
51
struct protoent *
lib/libc/net/getproto.c
55
static struct protoent proto;
lib/libc/net/getprotoent.c
167
struct protoent *
lib/libc/net/getprotoent.c
170
static struct protoent proto;
lib/libc/net/getprotoent.c
75
getprotoent_r(struct protoent *pe, struct protoent_data *pd)
lib/libc/net/getprotoname.c
36
getprotobyname_r(const char *name, struct protoent *pe,
lib/libc/net/getprotoname.c
59
struct protoent *
lib/libc/net/getprotoname.c
63
static struct protoent proto;
lib/libc/rpc/clnt_generic.c
49
struct protoent *p;
lib/libpcap/nametoaddr.c
175
struct protoent *p;
regress/lib/libc/netdb/netdb.c
101
struct protoent *p;
regress/lib/libc/netdb/netdb.c
102
struct protoent protoent;
regress/lib/libc/netdb/netdb.c
126
r = getprotobynumber_r(35, &protoent, &protoent_data);
regress/lib/libc/netdb/netdb.c
130
checkp(5, &protoent, 35, "idpr", "IDPR", (char *)NULL);
regress/lib/libc/netdb/netdb.c
132
r = getprotobyname_r("vrrp", &protoent, &protoent_data);
regress/lib/libc/netdb/netdb.c
135
checkp(6, &protoent, 112, "carp", "CARP", "vrrp", (char *) NULL);
regress/lib/libc/netdb/netdb.c
137
r = getprotobyname_r("nonexistent", &protoent, &protoent_data);
regress/lib/libc/netdb/netdb.c
141
r = getprotobyname_r("", &protoent, &protoent_data);
regress/lib/libc/netdb/netdb.c
146
r = getprotobynumber_r(256, &protoent, &protoent_data);
regress/lib/libc/netdb/netdb.c
15
checkp(int n, struct protoent *p, int proto, const char *name, ...)
regress/sys/netinet/bindconnect/bindconnect.c
291
struct protoent *pent;
sbin/iked/parse.y
662
struct protoent *p;
sbin/iked/util.c
702
struct protoent *p;
sbin/ipsecctl/ipsecctl.c
411
struct protoent *p;
sbin/ipsecctl/parse.y
455
struct protoent *p;
sbin/isakmpd/ipsec.c
1956
struct protoent *pe = NULL;
sbin/mount/mount.c
518
struct protoent *pr;
sbin/pfctl/parse.y
2990
struct protoent *p;
sbin/pfctl/parse.y
4731
struct protoent *pe;
sbin/pfctl/pf_print_state.c
206
struct protoent *p;
sbin/pfctl/pfctl.c
749
struct protoent *p;
sbin/pfctl/pfctl_parser.c
877
struct protoent *p;
sbin/unwind/libunbound/sldns/str2wire.c
2456
struct protoent *p = getprotobyname(token);
sbin/unwind/libunbound/sldns/wire2str.c
1809
struct protoent *protocol;
usr.bin/fstat/fstat.c
881
struct protoent *pe;
usr.bin/getent/getent.c
329
struct protoent *pe;
usr.bin/kdump/kdump.c
1777
struct protoent *pe;
usr.bin/kdump/ktrstruct.c
544
struct protoent *p = getprotobynumber(cmsg->cmsg_level);
usr.bin/netstat/inet6.c
330
struct protoent *ep;
usr.bin/netstat/main.c
453
struct protoent *p;
usr.bin/systat/pftop.c
1344
struct protoent *p = getprotobynumber(pr->proto);
usr.bin/systat/pftop.c
831
struct protoent *p;
usr.sbin/bgpd/parse.y
1241
struct protoent *p;
usr.sbin/dhcpd/icmp.c
69
struct protoent *proto;
usr.sbin/inetd/inetd.c
901
struct protoent *pp;
usr.sbin/relayd/parse.y
282
struct protoent *p;
usr.sbin/tcpdump/privsep.c
564
struct protoent *pe;
usr.sbin/traceroute/traceroute.c
501
struct protoent *pent;
usr.sbin/unbound/sldns/str2wire.c
2456
struct protoent *p = getprotobyname(token);
usr.sbin/unbound/sldns/wire2str.c
1809
struct protoent *protocol;