Symbol: gethostbyname
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1558
if ((host = gethostbyname(name.nodename)) == NULL) {
distrib/utils/libhack/gethost.c
73
__weak_alias(gethostbyname,_gethostbyname);
games/hunt/hunt/server.c
214
hp = gethostbyname(explicit_host);
games/hunt/hunt/server.c
81
if ((hp = gethostbyname(local_name)) == NULL) {
include/netdb.h
322
struct hostent *gethostbyname(const char *);
lib/libc/net/gethnamaddr.c
102
__weak_alias(gethostbyname,_gethostbyname)
lib/libc/rpc/getrpcport.c
73
if ((hp = gethostbyname(host)) == NULL)
lib/libcompat/4.3/rexec.c
81
hp = gethostbyname(*ahost);
lib/libquota/quota_nfs.c
107
if ((hp = gethostbyname(host)) == NULL)
lib/libradius/radlib.c
354
if ((hent = gethostbyname(host)) == NULL) {
lib/libwrap/hosts_access.c
382
if (gethostbyname(rbl_name) != NULL) {
libexec/mail.local/mail.local.c
337
if (!(hp = gethostbyname("localhost"))) {
regress/sys/net/frag/ip4_frag_1.c
312
he = gethostbyname(argv[1]);
sbin/ping/ping.c
1957
hp = gethostbyname(name);
sbin/route/route.c
967
hp = gethostbyname(s);
sbin/routed/parms.c
1055
hp = gethostbyname(name);
sbin/routed/rtquery/rtquery.c
183
struct hostent *hp = gethostbyname(optarg);
sbin/routed/rtquery/rtquery.c
529
hp = gethostbyname(host);
share/doc/psd/20.ipctut/dgramsend.c
52
struct hostent *hp, *gethostbyname();
share/doc/psd/20.ipctut/dgramsend.c
66
hp = gethostbyname(argv[1]);
share/doc/psd/20.ipctut/streamwrite.c
53
struct hostent *hp, *gethostbyname();
share/doc/psd/20.ipctut/streamwrite.c
64
hp = gethostbyname(argv[1]);
sys/arch/hpc/stand/hpcboot/file_http.cpp
177
struct hostent *entry = gethostbyname(_server_name);
usr.bin/getent/getent.c
319
he = gethostbyname(argv[i]);
usr.bin/talk/get_addrs.c
61
hp = gethostbyname(my_machine_name);
usr.bin/talk/get_addrs.c
66
hp = gethostbyname(his_machine_name);
usr.bin/ypwhich/ypwhich.c
231
he = gethostbyname(host);
usr.bin/ypwhich/ypwhich.c
294
he = gethostbyname(host);
usr.sbin/altq/libaltq/parser.c
374
if ((h = gethostbyname(w)) == NULL ||
usr.sbin/arp/arp.c
769
if ((hp = gethostbyname(host)) == NULL) {
usr.sbin/bootp/bootpd/bootpd.c
364
hep = gethostbyname(hostname);
usr.sbin/bootp/bootpgw/bootpgw.c
206
hep = gethostbyname(myhostname);
usr.sbin/bootp/bootpgw/bootpgw.c
329
hep = gethostbyname(servername);
usr.sbin/bootp/bootptest/bootptest.c
251
hep = gethostbyname(servername);
usr.sbin/bootp/bootptest/bootptest.c
329
hep = gethostbyname(hostname);
usr.sbin/bootp/common/lookup.c
72
hp = gethostbyname(hostname);
usr.sbin/bootp/common/trygetif.c
44
hep = gethostbyname(argv[1]);
usr.sbin/isibootd/isibootd.c
202
clientent = gethostbyname(clientname);
usr.sbin/map-mbone/mapper.c
797
struct hostent *e = gethostbyname(name);
usr.sbin/mrinfo/mrinfo.c
380
hp = gethostbyname(host);
usr.sbin/mrouted/cfparse.y
351
if ((hp = gethostbyname($1)) == NULL)
usr.sbin/mtrace/mtrace.c
1348
hp = gethostbyname(myhostname);
usr.sbin/mtrace/mtrace.c
209
if (dots <= 0) e = gethostbyname(name);
usr.sbin/ndbootd/ndbootd.c
585
if ((the_hostent = gethostbyname(hostname_buffer)) == NULL
usr.sbin/rarpd/rarpd.c
592
if ((hp = gethostbyname(ename)) == 0) {
usr.sbin/rpc.bootparamd/bootparamd.c
242
he = gethostbyname(getfile->client_name);
usr.sbin/rpc.bootparamd/bootparamd.c
257
he = gethostbyname(res.server_name);
usr.sbin/rpc.bootparamd/bootparamd.c
397
if ((hp = gethostbyname(word)) == NULL) {
usr.sbin/rpc.bootparamd/bootparamd.c
96
he = gethostbyname(optarg);
usr.sbin/rpc.bootparamd/test.c
78
if ((hp = gethostbyname(argv[1])) == NULL)
usr.sbin/timed/timed/timed.c
695
hentp = gethostbyname(name);
usr.sbin/timed/timedc/cmds.c
105
hp = gethostbyname(name);
usr.sbin/traceroute/traceroute.c
1619
hp = gethostbyname(domain);
usr.sbin/traceroute/traceroute.c
1669
hp = gethostbyname(hname);
usr.sbin/ypbind/ypbind.c
1128
hp = gethostbyname(p);
usr.sbin/yppoll/yppoll.c
177
h = gethostbyname(server);
usr.sbin/ypserv/common/yplib_host.c
83
h = gethostbyname(server);
usr.sbin/ypserv/ypserv/ypserv_db.c
485
host = gethostbyname(keystr);
usr.sbin/ypserv/ypserv/ypserv_db.c
514
host = gethostbyname(hostname);
usr.sbin/ypset/ypset.c
102
hp = gethostbyname(host);