Symbol: servent
games/hunt/hunt/hunt.c
90
struct servent *se;
games/hunt/huntd/driver.c
328
struct servent *se;
include/netdb.h
286
struct servent *getservbyname(const char *, const char *);
include/netdb.h
287
struct servent *getservbyport(int, const char *);
include/netdb.h
288
struct servent *getservent(void);
include/netdb.h
306
int getservbyname_r(const char *, const char *, struct servent *,
include/netdb.h
308
int getservbyport_r(int, const char *, struct servent *,
include/netdb.h
310
int getservent_r(struct servent *, struct servent_data *);
lib/libc/asr/getaddrinfo_async.c
486
struct servent se;
lib/libc/asr/getnameinfo.c
112
struct servent s;
lib/libc/asr/getnameinfo_async.c
212
struct servent s;
lib/libc/net/getservbyname.c
36
getservbyname_r(const char *name, const char *proto, struct servent *se,
lib/libc/net/getservbyname.c
62
struct servent *
lib/libc/net/getservbyname.c
66
static struct servent serv;
lib/libc/net/getservbyport.c
36
getservbyport_r(int port, const char *proto, struct servent *se,
lib/libc/net/getservbyport.c
56
struct servent *
lib/libc/net/getservbyport.c
60
static struct servent serv;
lib/libc/net/getservent.c
176
struct servent *
lib/libc/net/getservent.c
179
static struct servent serv;
lib/libc/net/getservent.c
75
getservent_r(struct servent *se, struct servent_data *sd)
lib/libc/net/rcmd.c
79
struct servent *sp = getservbyname("shell", "tcp");
lib/libc/net/rcmd.c
88
struct servent *sp = getservbyname("shell", "tcp");
lib/libpcap/nametoaddr.c
128
struct servent *sp;
libexec/login_radius/raddauth.c
161
struct servent *svp;
libexec/spamd-setup/spamd-setup.c
821
struct servent *ent;
libexec/spamd/spamd.c
1238
struct servent *ent;
libexec/spamlogd/spamlogd.c
388
struct servent *ent;
regress/lib/libc/netdb/netdb.c
104
struct servent *s;
regress/lib/libc/netdb/netdb.c
105
struct servent servent;
regress/lib/libc/netdb/netdb.c
160
r = getservbyname_r("zip", "ddp", &servent, &servent_data);
regress/lib/libc/netdb/netdb.c
163
checks(10, &servent, 6, "ddp", "zip", (char *)NULL);
regress/lib/libc/netdb/netdb.c
165
r = getservbyport_r(htons(520), NULL, &servent, &servent_data);
regress/lib/libc/netdb/netdb.c
168
checks(11, &servent, 520, "udp", "route", "router", "routed", (char *)NULL);
regress/lib/libc/netdb/netdb.c
170
r = getservbyname_r("nonexistent", NULL, &servent, &servent_data);
regress/lib/libc/netdb/netdb.c
174
r = getservbyport_r(htons(50000), NULL, &servent, &servent_data);
regress/lib/libc/netdb/netdb.c
178
r = getservbyport_r(htons(520), "tcp", &servent, &servent_data);
regress/lib/libc/netdb/netdb.c
55
checks(int n, struct servent *s, int port, const char *proto,
regress/lib/libpthread/netdb/netdb.c
55
struct servent *serv;
sbin/dump/dumprmt.c
112
static struct servent *sp = NULL;
sbin/iked/parse.y
760
struct servent *s;
sbin/ipsecctl/ipsecctl.c
422
struct servent *s;
sbin/ipsecctl/parse.y
518
struct servent *s;
sbin/isakmpd/ipsec.c
1957
struct servent *se;
sbin/isakmpd/util.c
173
struct servent *service;
sbin/pfctl/parse.y
6229
struct servent *s;
sbin/pfctl/pf_print_state.c
164
struct servent *s = NULL;
sbin/pfctl/pfctl_parser.c
381
struct servent *s = NULL;
sbin/unwind/libunbound/sldns/str2wire.c
2469
struct servent *serv = getservbyname(token, proto_str);
sbin/unwind/libunbound/sldns/wire2str.c
1810
struct servent *service;
usr.bin/getent/getent.c
399
struct servent *se;
usr.bin/nc/netcat.c
1444
struct servent *entry;
usr.bin/nc/netcat.c
1542
struct servent *sv;
usr.bin/netstat/inet.c
882
struct servent *sp = 0;
usr.bin/netstat/inet6.c
884
struct servent *sp = 0;
usr.bin/openssl/s_socket.c
311
struct servent *s;
usr.bin/ssh/misc.c
538
struct servent *se;
usr.bin/ssh/readconf.c
507
struct servent *sp;
usr.bin/systat/netstat.c
426
struct servent *sp = 0;
usr.bin/systat/netstat.c
444
struct servent *sp = 0;
usr.bin/systat/pftop.c
1208
struct servent *s = getservbyport(p1, proto);
usr.bin/talk/get_addrs.c
45
struct servent *sp;
usr.sbin/bgpd/parse.y
5618
struct servent *s;
usr.sbin/dhcpd/dhcpd.c
96
struct servent *ent;
usr.sbin/hostapd/privsep.c
91
struct servent *se;
usr.sbin/httpd/parse.y
2492
struct servent *s;
usr.sbin/inetd/inetd.c
166
struct servent *sp;
usr.sbin/ldapd/parse.y
164
struct servent *servent;
usr.sbin/ldapd/parse.y
166
servent = getservbyname($2, "tcp");
usr.sbin/ldapd/parse.y
167
if (servent == NULL) {
usr.sbin/ldapd/parse.y
172
$$ = servent->s_port;
usr.sbin/lpd/parse.y
170
struct servent *servent;
usr.sbin/lpd/parse.y
171
servent = getservbyname($1, "tcp");
usr.sbin/lpd/parse.y
172
if (servent == NULL) {
usr.sbin/lpd/parse.y
178
$$ = ntohs(servent->s_port);
usr.sbin/lpr/lpd/lpd.c
128
struct servent *sp;
usr.sbin/ntpd/ntp.c
83
struct servent *se;
usr.sbin/ntpd/ntpd.h
366
int setup_listeners(struct servent *, struct ntpd_conf *, u_int *);
usr.sbin/ntpd/server.c
33
setup_listeners(struct servent *se, struct ntpd_conf *lconf, u_int *cnt)
usr.sbin/relayd/parse.y
3492
struct servent *s;
usr.sbin/smtpd/parse.y
2225
struct servent *servent;
usr.sbin/smtpd/parse.y
2233
servent = getservbyname($2, "tcp");
usr.sbin/smtpd/parse.y
2234
if (servent == NULL) {
usr.sbin/smtpd/parse.y
2240
listen_opts.port = ntohs(servent->s_port);
usr.sbin/smtpd/parse.y
2243
struct servent *servent;
usr.sbin/smtpd/parse.y
2251
servent = getservbyname("smtp", "tcp");
usr.sbin/smtpd/parse.y
2252
if (servent == NULL) {
usr.sbin/smtpd/parse.y
2256
listen_opts.port = ntohs(servent->s_port);
usr.sbin/smtpd/parse.y
2259
struct servent *servent;
usr.sbin/smtpd/parse.y
2267
servent = getservbyname("smtps", "tcp");
usr.sbin/smtpd/parse.y
2268
if (servent == NULL) {
usr.sbin/smtpd/parse.y
2272
listen_opts.port = ntohs(servent->s_port);
usr.sbin/tcpdump/pf_print_state.c
137
struct servent *s = NULL;
usr.sbin/tcpdump/privsep.c
543
struct servent *sp;
usr.sbin/unbound/sldns/str2wire.c
2469
struct servent *serv = getservbyname(token, proto_str);
usr.sbin/unbound/sldns/wire2str.c
1810
struct servent *service;
usr.sbin/ypldap/parse.y
172
struct servent *servent;
usr.sbin/ypldap/parse.y
174
servent = getservbyname($2, "tcp");
usr.sbin/ypldap/parse.y
175
if (servent == NULL) {
usr.sbin/ypldap/parse.y
180
$$ = ntohs(servent->s_port);