Symbol: gethostbyname
crypto/heimdal/appl/ftp/ftp/ftp_locl.h
121
struct hostent *gethostbyname(const char *);
crypto/heimdal/appl/login/utmp_login.c
102
if ((he = gethostbyname(hostname)))
crypto/heimdal/appl/telnet/telnetd/telnetd.h
189
struct hostent *gethostbyname(const char *);
crypto/heimdal/lib/roken/getipnodebyname.c
59
tmp = gethostbyname (name);
crypto/heimdal/lib/roken/iruserok.c
72
if ((hp = gethostbyname(lhost)) == NULL)
crypto/heimdal/lib/roken/roken_gethostby.c
220
he = gethostbyname(hostname);
crypto/heimdal/lib/roken/roken_gethostby.c
263
he = gethostbyname(query);
crypto/heimdal/lib/roken/roken_gethostby.c
50
struct hostent *he = gethostbyname(address);
crypto/krb5/src/appl/gss-sample/gss-client.c
127
if ((hp = gethostbyname(host)) == NULL) {
crypto/krb5/src/appl/simple/client/sim_client.c
140
if ((host = gethostbyname(hostname)) == (struct hostent *) 0) {
crypto/krb5/src/appl/simple/client/sim_client.c
179
if ((host = gethostbyname(my_hostname)) == (struct hostent *)0) {
crypto/krb5/src/appl/user_user/client.c
76
if ((host = gethostbyname (argv[1])) == NULL) {
crypto/krb5/src/lib/krb5/os/localaddr.c
1488
hostrec = gethostbyname (host);
crypto/krb5/src/lib/rpc/clnt_generic.c
65
h = gethostbyname(hostname);
crypto/krb5/src/lib/rpc/clnt_simple.c
103
if ((hp = gethostbyname(host)) == NULL)
crypto/krb5/src/lib/rpc/getrpcport.c
53
if ((hp = gethostbyname(host)) == NULL)
crypto/krb5/src/lib/rpc/unit-test/client.c
125
h = gethostbyname(host);
crypto/krb5/src/util/support/fake-addrinfo.c
178
{ TMP = gethostbyname (NAME); (ERR) = h_errno; (HP) = TMP; }
crypto/krb5/src/windows/leashdll/timesync.c
229
if ((host = gethostbyname(hostname)) == NULL)
crypto/openssh/logintest.c
115
if (! (he = gethostbyname("localhost"))) {
crypto/openssh/openbsd-compat/fake-rfc2553.c
209
hp = gethostbyname(hostname);
crypto/openssh/session.c
2632
he = gethostbyname(hostname);
crypto/openssl/crypto/bio/bio_addr.c
838
he = gethostbyname(host);
crypto/openssl/crypto/bio/bio_sock.c
128
return gethostbyname(name);
crypto/openssl/include/internal/e_os.h
253
struct hostent *gethostbyname(const char *name);
crypto/openssl/include/internal/e_os.h
266
#define gethostbyname(name) gethostbyname((char *)name)
include/netdb.h
234
struct hostent *gethostbyname(const char *);
lib/libc/rpc/auth_time.c
153
he = gethostbyname(host);
lib/libc/tests/resolv/resolv_test.c
133
hp = gethostbyname(host);
lib/libcasper/services/cap_dns/cap_dns.h
78
return (gethostbyname(name));
lib/libcasper/services/cap_dns/tests/dns_test.c
210
hps = gethostbyname("example.com");
lib/libcasper/services/cap_net/cap_net.h
154
#define cap_gethostbyname(chan, ...) gethostbyname(__VA_ARGS__)
lib/libcompat/4.3/rexec.c
298
hp = gethostbyname(*ahost);
lib/libradius/radlib.c
440
if ((hent = gethostbyname(host)) == NULL) {
lib/libtacplus/taclib.c
706
if ((hent = gethostbyname(host)) == NULL) {
lib/libutil/realhostname.c
64
hp = gethostbyname(lookup);
libexec/bootpd/bootpd.c
367
hep = gethostbyname(hostname);
libexec/bootpd/bootpgw/bootpgw.c
214
hep = gethostbyname(hostname);
libexec/bootpd/bootpgw/bootpgw.c
337
hep = gethostbyname(servername);
libexec/bootpd/lookup.c
66
hp = gethostbyname(hostname);
libexec/bootpd/tools/bootptest/bootptest.c
253
hep = gethostbyname(servername);
libexec/bootpd/tools/bootptest/bootptest.c
329
hep = gethostbyname(hostname);
libexec/bootpd/trygetif.c
49
hep = gethostbyname(argv[1]);
sbin/ggate/shared/ggate.c
405
hp = gethostbyname(str);
sbin/ifconfig/af_inet.c
241
if ((hp = gethostbyname(s)) != NULL)
sbin/ifconfig/af_inet.c
275
if ((hp = gethostbyname(addr_str)) != NULL)
sbin/ipf/iplang/iplang_y.y
597
if ((hp = gethostbyname(arg)))
sbin/ipf/ipscan/ipscan_y.y
443
hp = gethostbyname(host);
sbin/ipf/ipsend/44arp.c
45
if (!(hp = gethostbyname(host)))
sbin/ipf/ipsend/arp.c
40
if (!(hp = gethostbyname(host)))
sbin/ipf/libipf/connecttcp.c
31
host = gethostbyname(server);
sbin/ipf/libipf/gethost.c
39
h = gethostbyname(name);
sbin/ipfw/ipfw2.c
3253
if ((he = gethostbyname(host)) == NULL)
sbin/ipfw/nat.c
208
hp = gethostbyname (str);
sbin/ipfw/tables.c
135
if ((he = gethostbyname(host)) == NULL)
sbin/natd/natd.c
1878
hp = gethostbyname (str);
sbin/nos-tun/nos-tun.c
97
hp = gethostbyname(addr);
sbin/route/route.c
1365
hp = gethostbyname(str);
sbin/routed/parms.c
1027
hp = gethostbyname(name);
sbin/routed/rtquery/rtquery.c
159
struct hostent *hp = gethostbyname(optarg);
sbin/routed/rtquery/rtquery.c
503
hp = gethostbyname(host);
share/doc/psd/20.ipctut/dgramsend.c
48
struct hostent *hp, *gethostbyname();
share/doc/psd/20.ipctut/dgramsend.c
62
hp = gethostbyname(argv[1]);
share/doc/psd/20.ipctut/streamwrite.c
49
struct hostent *hp, *gethostbyname();
share/doc/psd/20.ipctut/streamwrite.c
60
hp = gethostbyname(argv[1]);
share/examples/find_interface/find_interface.c
67
hp = gethostbyname(*argv);
share/examples/ipfilter/l4check/l4check.c
423
if (!(hp = gethostbyname(host))) {
tools/test/stress2/testcases/tcp/tcp.c
116
hostent = gethostbyname ("localhost");
tools/test/stress2/testcases/udp/udp.c
78
host = gethostbyname(hostname);
usr.bin/getent/getent.c
310
he4 = gethostbyname(argv[i]);
usr.bin/rup/rup.c
171
hp = gethostbyname(host);
usr.bin/rusers/rusers.c
182
hp = gethostbyname(host);
usr.bin/systat/netcmds.c
148
hp = gethostbyname(tmpstr1);
usr.bin/talk/get_addrs.c
50
hp = gethostbyname(his_machine_name);
usr.bin/talk/io.c
77
hp2 = gethostbyname(hp->h_name);
usr.bin/ypwhich/ypwhich.c
190
hent = gethostbyname(argv[0]);
usr.sbin/arp/arp.c
266
if (!(hp = gethostbyname(host))) {
usr.sbin/bootparamd/bootparamd/bootparamd.c
122
he = gethostbyname(getfile->client_name);
usr.sbin/bootparamd/bootparamd/bootparamd.c
135
he = gethostbyname(hostname);
usr.sbin/bootparamd/bootparamd/bootparamd.c
207
he = gethostbyname(hostname);
usr.sbin/bootparamd/bootparamd/bootparamd.c
314
he = gethostbyname(l_hostname);
usr.sbin/bootparamd/bootparamd/bootparamd.c
331
he = gethostbyname(l_askname);
usr.sbin/bootparamd/bootparamd/main.c
60
he = gethostbyname(optarg);
usr.sbin/ppp/defs.c
149
hp = gethostbyname(cp);
usr.sbin/ppp/ipcp.c
466
hp = gethostbyname(name);
usr.sbin/ppp/nat_cmd.c
314
hp = gethostbyname(str);
usr.sbin/ppp/radius.c
1026
(hp = gethostbyname(hostname)) != NULL) {
usr.sbin/ppp/radius.c
1211
(hp = gethostbyname(hostname)) != NULL) {
usr.sbin/rarpd/rarpd.c
654
if ((hp = gethostbyname(ename)) == NULL) {
usr.sbin/traceroute/traceroute.c
1880
hp = gethostbyname(domain);
usr.sbin/traceroute/traceroute.c
1951
hp = gethostbyname(hostname);
usr.sbin/ypbind/ypbind.c
1007
if ((h = gethostbyname(s)) == NULL)
usr.sbin/yppoll/yppoll.c
83
h = gethostbyname(server);
usr.sbin/ypserv/common/yplib_host.c
86
h = gethostbyname(server);
usr.sbin/ypset/ypset.c
131
hent = gethostbyname(optarg);
usr.sbin/ypset/ypset.c
74
hp = gethostbyname(server);