Symbol: gethostbyname
games/hunt/hunt/list.c
235
if (!target && (he = gethostbyname(preferred)) != NULL) {
include/netdb.h
274
struct hostent *gethostbyname(const char *);
lib/libc/asr/gethostnamadr.c
145
DEF_WEAK(gethostbyname);
lib/libc/hidden/netdb.h
40
PROTO_NORMAL(gethostbyname);
lib/libc/rpc/clnt_generic.c
55
h = gethostbyname(hostname);
lib/libc/rpc/clnt_simple.c
96
if ((hp = gethostbyname(host)) == NULL)
lib/libc/rpc/getrpcport.c
47
if ((hp = gethostbyname(host)) == NULL)
lib/libcrypto/bio/b_sock.c
112
return gethostbyname(name);
lib/libpcap/nametoaddr.c
72
if ((hp = gethostbyname(name)) != NULL) {
libexec/ftpd/ftpd.c
585
hp = gethostbyname(hostname);
libexec/login_radius/raddauth.c
527
if ((hp = gethostbyname(host)) == NULL)
regress/lib/libpthread/netdb/netdb.c
67
CHECKhn(host = gethostbyname("localhost"));
regress/lib/libpthread/netdb/netdb.c
77
CHECKhn(host = gethostbyname("127.0.0.1"));
regress/sbin/ifconfig/ifaddr.c
1626
if ((hp = gethostbyname(s)))
sbin/ifconfig/ifconfig.c
6494
if ((hp = gethostbyname(s)))
sbin/mountd/mountd.c
1803
if ((hp = gethostbyname(cp)) == NULL) {
sbin/route/route.c
1050
hp = gethostbyname(s);
sbin/umount/umount.c
200
hp = gethostbyname(hostp);
sbin/umount/umount.c
205
hp = gethostbyname(hostp);
usr.bin/openssl/s_socket.c
260
h2 = gethostbyname(host);
usr.bin/quota/quota.c
656
if ((hp = gethostbyname(host)) == NULL)
usr.bin/rusers/rusers.c
357
hp = gethostbyname(host);
usr.bin/showmount/showmount.c
145
if ((hp = gethostbyname(host)) == NULL) {
usr.bin/talk/get_addrs.c
49
hp = gethostbyname(my_machine_name);
usr.bin/talk/get_addrs.c
58
hp = gethostbyname(his_machine_name);
usr.sbin/amd/amd/srvr_nfs.c
610
hp = gethostbyname(host);
usr.sbin/amd/amd/util.c
216
hp = gethostbyname(*chp);
usr.sbin/amd/amq/amq.c
303
if ((hp = gethostbyname(server)) == 0 && strcmp(server, localhost) != 0) {
usr.sbin/dhcpd/confpars.c
921
h = gethostbyname(name);
usr.sbin/map-mbone/mapper.c
771
struct hostent *e = gethostbyname(name);
usr.sbin/mrinfo/mrinfo.c
357
hp = gethostbyname(host);
usr.sbin/mrouted/cfparse.y
333
if ((hp = gethostbyname($1)) == NULL)
usr.sbin/mtrace/mtrace.c
1310
hp = gethostbyname(myhostname);
usr.sbin/mtrace/mtrace.c
202
if (dots <= 0) e = gethostbyname(name);
usr.sbin/pppd/auth.c
1037
hp = gethostbyname(ptr_word);
usr.sbin/pppd/auth.c
972
hp = gethostbyname(p);
usr.sbin/pppd/ipcp.c
1068
if ((hp = gethostbyname(hostname)) != NULL) {
usr.sbin/pppd/options.c
1571
if ((hp = gethostbyname(arg)) == NULL) {
usr.sbin/pppd/options.c
1595
if ((hp = gethostbyname(colon)) == NULL) {
usr.sbin/pppd/options.c
2118
if ((hp = gethostbyname(*argv)) == NULL) {
usr.sbin/pppd/options.c
2148
if ((hp = gethostbyname(*argv)) == NULL) {
usr.sbin/rarpd/rarpd.c
470
if ((hp = gethostbyname(ename)) == 0) {
usr.sbin/rpc.bootparamd/bootparamd.c
220
he = gethostbyname(getfile->client_name);
usr.sbin/rpc.bootparamd/bootparamd.c
228
he = gethostbyname(res.server_name);
usr.sbin/rpc.bootparamd/bootparamd.c
307
struct hostent *hp = gethostbyname(word);
usr.sbin/rpc.statd/procs.c
107
if (!gethostbyname(arg->mon_id.mon_name)) {
usr.sbin/rpc.statd/procs.c
64
if (gethostbyname(arg->mon_name))
usr.sbin/ypbind/ypbind.c
807
hp = gethostbyname(p);
usr.sbin/ypserv/common/yplib_host.c
69
h = gethostbyname(server);
usr.sbin/ypserv/ypserv/acl.c
247
host = gethostbyname(k);
usr.sbin/ypserv/ypserv/ypserv_db.c
381
host = gethostbyname(keystr);
usr.sbin/ypserv/ypserv/ypserv_db.c
406
host = gethostbyname((char *)hostname);