Symbol: gethostbyname
crypto/libressl/apps/openssl/s_socket.c
262
h2 = gethostbyname(host);
crypto/libressl/crypto/bio/b_sock.c
106
return gethostbyname(name);
crypto/openssh/session.c
2619
he = gethostbyname(hostname);
games/hunt/hunt/list.c
240
if (!target && (he = gethostbyname(preferred)) != NULL) {
include/netdb.h
253
struct hostent *gethostbyname(const char *);
lib/libc/rpc/auth_time.c
158
he = gethostbyname(host);
lib/libc/rpc/getrpcport.c
60
if ((hp = gethostbyname(host)) == NULL)
lib/libcompat/4.3/rexec.c
446
hp = gethostbyname(*ahost);
lib/libipfw3/basic/ipfw3_basic.c
146
if ((he = gethostbyname(host)) == NULL)
lib/libutil/realhostname.c
63
hp = gethostbyname(lookup);
libexec/bootpd/bootpd.c
372
hep = gethostbyname(hostname);
libexec/bootpd/bootpgw/bootpgw.c
223
hep = gethostbyname(hostname);
libexec/bootpd/bootpgw/bootpgw.c
343
hep = gethostbyname(servername);
libexec/bootpd/lookup.c
74
hp = gethostbyname(hostname);
libexec/bootpd/tools/bootptest/bootptest.c
257
hep = gethostbyname(servername);
libexec/bootpd/tools/bootptest/bootptest.c
333
hep = gethostbyname(hostname);
libexec/bootpd/trygetif.c
52
hep = gethostbyname(argv[1]);
sbin/ifconfig/af_inet.c
157
if ((hp = gethostbyname(s)) != NULL)
sbin/ipfw/ipfw2.c
1820
if ((he = gethostbyname(host)) == NULL)
sbin/ipfw3/ipfw3table.c
87
if ((he = gethostbyname(host)) == NULL)
sbin/natd/natd.c
1586
hp = gethostbyname(str);
sbin/nos-tun/nos-tun.c
96
hp = gethostbyname(addr);
sbin/route/route.c
1192
hp = gethostbyname(str);
sbin/routed/parms.c
1002
hp = gethostbyname(name);
sbin/routed/rtquery/rtquery.c
148
struct hostent *hp = gethostbyname(optarg);
sbin/routed/rtquery/rtquery.c
488
hp = gethostbyname(host);
share/examples/find_interface/find_interface.c
70
hp = gethostbyname(*argv);
test/stress/stress2/testcases/tcp/tcp.c
113
hostent = gethostbyname ("localhost");
test/stress/stress2/testcases/udp/udp.c
79
host = gethostbyname(hostname);
test/stress/webstress/webstress.c
272
if ((hen = gethostbyname(hostname)) == NULL) {
usr.bin/dsynth/build.c
2363
if (gethostbyname (check_domains[i]) == NULL)
usr.bin/getent/getent.c
302
he = gethostbyname(argv[i]);
usr.bin/newkey/newkey.c
121
h = gethostbyname(argv[2]);
usr.bin/quota/quota.c
653
if ((hp = gethostbyname(host)) == NULL)
usr.bin/rup/rup.c
176
hp = gethostbyname(host);
usr.bin/rusers/rusers.c
178
hp = gethostbyname(host);
usr.bin/systat/netcmds.c
146
hp = gethostbyname(args);
usr.bin/talk/get_addrs.c
47
hp = gethostbyname(his_machine_name);
usr.bin/talk/io.c
65
hp2 = gethostbyname(hp->h_name);
usr.bin/w/w.c
397
hp = gethostbyname(p);
usr.bin/ypwhich/ypwhich.c
187
hent = gethostbyname(argv[optind]);
usr.sbin/arp/arp.c
286
if (!(hp = gethostbyname(host))) {
usr.sbin/arp/arp.c
377
if (!(hp = gethostbyname(host)))
usr.sbin/arp/arp.c
415
if (!(hp = gethostbyname(host))) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
125
he = gethostbyname(getfile->client_name);
usr.sbin/bootparamd/bootparamd/bootparamd.c
138
he = gethostbyname(hostname);
usr.sbin/bootparamd/bootparamd/bootparamd.c
207
he = gethostbyname(hostname);
usr.sbin/bootparamd/bootparamd/bootparamd.c
310
he = gethostbyname(hostname);
usr.sbin/bootparamd/bootparamd/bootparamd.c
327
he = gethostbyname(askname);
usr.sbin/bootparamd/bootparamd/main.c
59
he = gethostbyname(optarg);
usr.sbin/gifconfig/gifconfig.c
771
else if ((hp = gethostbyname(s)) != NULL)
usr.sbin/ppp/defs.c
158
hp = gethostbyname(cp);
usr.sbin/ppp/ipcp.c
453
hp = gethostbyname(name);
usr.sbin/ppp/libradius/radlib.c
418
if ((hent = gethostbyname(host)) == NULL) {
usr.sbin/ppp/nat_cmd.c
313
hp = gethostbyname(str);
usr.sbin/ppp/radius.c
846
if ((hp = gethostbyname(hostname)) != NULL) {
usr.sbin/ppp/radius.c
965
if ((hp = gethostbyname(hostname)) != NULL) {
usr.sbin/pppctl/pppctl.c
317
} else if ((h = gethostbyname(host)) == NULL) {
usr.sbin/rarpd/rarpd.c
607
if ((hp = gethostbyname(ename)) == NULL) {
usr.sbin/rpc.statd/procs.c
101
if (!gethostbyname(arg->mon_id.mon_name))
usr.sbin/rpc.statd/procs.c
60
if (gethostbyname(arg->mon_name)) res.res_stat = stat_succ;
usr.sbin/sliplogin/sliplogin.c
113
if ((he = gethostbyname(raddr)) != NULL) {
usr.sbin/traceroute/traceroute.c
368
hp = gethostbyname(optarg);
usr.sbin/traceroute/traceroute.c
482
hp = gethostbyname(*argv);
usr.sbin/ypbind/ypbind.c
976
if ((h = gethostbyname(s)) == NULL)
usr.sbin/ypset/ypset.c
136
hent = gethostbyname(optarg);
usr.sbin/ypset/ypset.c
74
if ((hp = gethostbyname (server)) != NULL) {