Home
last modified time | relevance | path

Searched refs:gethostbyname (Results 1 – 25 of 72) sorted by relevance

123

/dragonfly/lib/libc/net/
H A DMakefile.inc61 MLINKS+=gethostbyname.3 endhostent.3 \
62 gethostbyname.3 gethostbyaddr.3 \
63 gethostbyname.3 gethostbyaddr_r.3 \
64 gethostbyname.3 gethostbyname_r.3 \
65 gethostbyname.3 gethostbyname2.3 \
66 gethostbyname.3 gethostbyname2_r.3 \
67 gethostbyname.3 gethostent.3 \
68 gethostbyname.3 gethostent_r.3 \
69 gethostbyname.3 herror.3 \
70 gethostbyname.3 hstrerror.3 \
[all …]
H A DSymbol.map28 gethostbyname;
/dragonfly/contrib/tcp_wrappers/
H A DREADME.NIS39 % gethostbyname wzv-gw
57 % gethostbyname wzv-gw.win.tue.nl
75 % gethostbyname wzv-gw.win.tue.nl
91 # Contents: gethostbyaddr.c gethostbyname.c
151 if test -f gethostbyname.c -a "${1}" != "-c" ; then
157 X * gethostbyname tester. compile with:
159 X * cc -o gethostbyname gethostbyname.c (SunOS 4.x)
161 X * cc -o gethostbyname gethostbyname.c -lnsl (SunOS 5.x)
163 X * run as: gethostbyname hostname
184 X if (hp = gethostbyname(argv[1])) {
[all …]
H A Dsocket.c66 return (gethostbyname(name));
69 return (gethostbyname(dot_name));
73 #define gethostbyname gethostbyname_dot macro
355 if ((hp = gethostbyname(host->name)) == 0) {
H A Dworkarounds.c230 #undef gethostbyname
242 if ((hp = gethostbyname(name)) && !hp->h_addr_list[1] && hp->h_aliases[1]) {
/dragonfly/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c125 he = gethostbyname(getfile->client_name); in bootparamproc_getfile_1_svc()
138 he = gethostbyname(hostname); in bootparamproc_getfile_1_svc()
207 he = gethostbyname(hostname); in getthefile()
310 he = gethostbyname(hostname); in checkhost()
327 he = gethostbyname(askname); in checkhost()
H A Dmain.c59 he = gethostbyname(optarg); in main()
/dragonfly/usr.sbin/ypset/
H A Dypset.c74 if ((hp = gethostbyname (server)) != NULL) { in bind_tohost()
136 hent = gethostbyname(optarg); in main()
/dragonfly/usr.bin/talk/
H A Dget_addrs.c47 hp = gethostbyname(his_machine_name); in get_addrs()
H A Dio.c65 hp2 = gethostbyname(hp->h_name); in talk()
/dragonfly/lib/libc/rpc/
H A Dgetrpcport.c60 if ((hp = gethostbyname(host)) == NULL) in getrpcport()
/dragonfly/usr.sbin/rpc.statd/
H A Dprocs.c60 if (gethostbyname(arg->mon_name)) res.res_stat = stat_succ; in sm_stat_1_svc()
101 if (!gethostbyname(arg->mon_id.mon_name)) in sm_mon_1_svc()
/dragonfly/libexec/bootpd/
H A Dtrygetif.c52 hep = gethostbyname(argv[1]);
H A Dlookup.c74 hp = gethostbyname(hostname); in lookup_ipa()
/dragonfly/libexec/bootpd/tools/bootptest/
H A Dbootptest.c257 hep = gethostbyname(servername); in main()
333 hep = gethostbyname(hostname); in main()
/dragonfly/test/stress/stress2/testcases/udp/
H A Dudp.c79 host = gethostbyname(hostname); in test()
/dragonfly/share/examples/find_interface/
H A Dfind_interface.c70 hp = gethostbyname(*argv); in main()
/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c223 hep = gethostbyname(hostname); in main()
343 hep = gethostbyname(servername); in main()
/dragonfly/usr.sbin/arp/
H A Darp.c286 if (!(hp = gethostbyname(host))) { in set()
377 if (!(hp = gethostbyname(host))) in get()
415 if (!(hp = gethostbyname(host))) { in delete()
/dragonfly/usr.bin/newkey/
H A Dnewkey.c121 h = gethostbyname(argv[2]); in main()
/dragonfly/contrib/smbfs/lib/smb/
H A Dnb_net.c74 h = gethostbyname(name); in nb_resolvehost_in()
/dragonfly/test/stress/stress2/testcases/tcp/
H A Dtcp.c113 hostent = gethostbyname ("localhost"); in writer()
/dragonfly/include/
H A Dnetdb.h253 struct hostent *gethostbyname(const char *);
/dragonfly/lib/libutil/
H A Drealhostname.c63 hp = gethostbyname(lookup); in realhostname()
/dragonfly/usr.bin/ypwhich/
H A Dypwhich.c187 hent = gethostbyname(argv[optind]); in main()

123