Symbol: protoent
crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c
748
struct protoent *ent;
crypto/dist/ipsec-tools/src/setkey/parse.y
868
struct protoent *ent;
dist/pf/sbin/pfctl/parse.y
2370
struct protoent *p;
dist/pf/sbin/pfctl/parse.y
4351
struct protoent *pe;
dist/pf/sbin/pfctl/pf_print_state.c
197
struct protoent *p;
dist/pf/sbin/pfctl/pfctl_parser.c
822
struct protoent *p;
include/netdb.h
330
struct protoent *getprotobyname(const char *);
include/netdb.h
331
struct protoent *getprotobynumber(int);
include/netdb.h
332
struct protoent *getprotoent(void);
lib/libbluetooth/bluetooth.c
176
struct protoent *
lib/libbluetooth/bluetooth.c
179
struct protoent *p;
lib/libbluetooth/bluetooth.c
196
struct protoent *
lib/libbluetooth/bluetooth.c
199
struct protoent *p;
lib/libbluetooth/bluetooth.c
210
struct protoent *
lib/libbluetooth/bluetooth.c
55
static struct protoent proto;
lib/libbluetooth/bluetooth.h
58
struct protoent * bt_getprotobyname (char const *);
lib/libbluetooth/bluetooth.h
59
struct protoent * bt_getprotobynumber (int);
lib/libbluetooth/bluetooth.h
60
struct protoent * bt_getprotoent (void);
lib/libc/net/getprotobyname.c
47
struct protoent *
lib/libc/net/getprotobyname.c
50
struct protoent *p;
lib/libc/net/getprotobyname_r.c
53
struct protoent *
lib/libc/net/getprotobyname_r.c
54
getprotobyname_r(const char *name, struct protoent *pr,
lib/libc/net/getprotobyname_r.c
57
struct protoent *p;
lib/libc/net/getprotobynumber.c
48
struct protoent *
lib/libc/net/getprotobynumber.c
51
struct protoent *p;
lib/libc/net/getprotobynumber_r.c
51
struct protoent *
lib/libc/net/getprotobynumber_r.c
52
getprotobynumber_r(int proto, struct protoent *pr, struct protoent_data *pd)
lib/libc/net/getprotobynumber_r.c
54
struct protoent *p;
lib/libc/net/getprotoent.c
71
struct protoent *
lib/libc/net/getprotoent.c
74
struct protoent *p;
lib/libc/net/getprotoent_r.c
85
struct protoent *
lib/libc/net/getprotoent_r.c
86
getprotoent_r(struct protoent *pr, struct protoent_data *pd)
lib/libc/net/protoent.h
39
struct protoent proto;
lib/libc/net/protoent.h
53
struct protoent *getprotoent_r(struct protoent *, struct protoent_data *);
lib/libc/net/protoent.h
54
struct protoent *getprotobyname_r(const char *,
lib/libc/net/protoent.h
55
struct protoent *, struct protoent_data *);
lib/libc/net/protoent.h
56
struct protoent *getprotobynumber_r(int,
lib/libc/net/protoent.h
57
struct protoent *, struct protoent_data *);
lib/libresolv/res_mkupdate.c
1009
struct protoent *pp;
lib/libresolv/res_mkupdate.c
1118
static struct protoent *
lib/libresolv/res_mkupdate.c
1122
static struct protoent prot;
lib/libresolv/res_mkupdate.c
1144
struct protoent *pp;
lib/libwrap/fix_options.c
50
struct protoent *ip;
libexec/rlogind/rlogind.c
355
struct protoent *ip;
libexec/rshd/rshd.c
163
struct protoent *proto;
libexec/rshd/rshd.c
316
struct protoent *ip;
sbin/efi/devpath3.c
97
struct protoent *ent;
tests/lib/libc/net/h_protoent.c
38
pserv(const struct protoent *prp)
tests/lib/libc/net/h_protoent.c
62
struct protoent *prp;
tests/lib/libc/net/t_getprotoent.c
129
struct protoent *p;
tests/lib/libc/net/t_getprotoent.c
172
struct protoent *p;
tests/lib/libc/net/t_getprotoent.c
194
struct protoent *p;
tests/lib/libc/net/t_getprotoent.c
57
struct protoent *p;
tests/lib/libc/net/t_getprotoent.c
86
struct protoent *p;
usr.bin/getaddrinfo/getaddrinfo.c
175
struct protoent *protoent;
usr.bin/getaddrinfo/getaddrinfo.c
199
protoent = getprotobynumber(ai->ai_protocol);
usr.bin/getaddrinfo/getaddrinfo.c
200
if (protoent == NULL)
usr.bin/getaddrinfo/getaddrinfo.c
203
n = printf(" %s", protoent->p_name);
usr.bin/getaddrinfo/support.c
77
struct protoent *protoent;
usr.bin/getaddrinfo/support.c
82
protoent = getprotobyname(string);
usr.bin/getaddrinfo/support.c
83
if (protoent == NULL)
usr.bin/getaddrinfo/support.c
86
*protop = protoent->p_proto;
usr.bin/getent/getent.c
695
struct protoent *pe;
usr.bin/netstat/inet6.c
649
struct protoent *ep;
usr.bin/netstat/main.c
411
struct protoent *p;
usr.bin/netstat/main.c
846
struct protoent *p;
usr.bin/rsh/rsh.c
97
struct protoent *proto;
usr.sbin/altq/libaltq/parser.c
420
struct protoent *p;
usr.sbin/npf/npfctl/npf_data.c
465
struct protoent *pe;
usr.sbin/pf/pfs/parse.y
127
struct protoent *p;
usr.sbin/pf/pfs/pfs.c
292
struct protoent *proto;