Searched refs:gethostbyname (Results 1 - 25 of 126) sorted by relevance

123456

/freebsd-9.3-release/share/examples/printing/
H A Dnetprint16 = gethostbyname($printer_host);
/freebsd-9.3-release/lib/libc/net/
H A DMakefile.inc44 getaddrinfo.3 gai_strerror.3 gethostbyname.3 \
64 MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \
65 gethostbyname.3 gethostbyname2.3 gethostbyname.3 gethostent.3 \
66 gethostbyname.3 herror.3 gethostbyname.3 hstrerror.3 \
67 gethostbyname.3 sethostent.3
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dgethost.c29 h = gethostbyname(name);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetipnodebyname.c62 tmp = gethostbyname (name);
H A Droken_gethostby.c53 struct hostent *he = gethostbyname(address);
217 he = gethostbyname(hostname);
260 he = gethostbyname(query);
/freebsd-9.3-release/usr.bin/talk/
H A Dget_addrs.c54 hp = gethostbyname(his_machine_name);
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsm_gethost.c62 h = gethostbyname(name);
131 h = gethostbyname(name);
/freebsd-9.3-release/usr.sbin/ypset/
H A Dypset.c73 if ((hp = gethostbyname (server)) != NULL) {
133 hent = gethostbyname(optarg);
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dlarp.c41 if (!(hp = gethostbyname(host)))
H A D44arp.c55 if (!(hp = gethostbyname(host)))
H A Darp.c53 if (!(hp = gethostbyname(host)))
/freebsd-9.3-release/contrib/lukemftpd/
H A Dacconfig.h95 #undef gethostbyname macro
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dsocket.c66 return (gethostbyname(name));
69 return (gethostbyname(dot_name));
73 #define gethostbyname gethostbyname_dot macro
235 * by gethostbyname(hostname).
237 * Verify also that gethostbyaddr() and gethostbyname() return the same
240 * On some sites, gethostbyname("localhost") returns "localhost.domain".
242 * can't believe the address list from gethostbyname("localhost")
266 * The gethostbyaddr() and gethostbyname() calls did not return
279 * gethostbyname(). We should first verify that the h_addrtype
332 * not work the other way around: gethostbyname("INADDR_AN
[all...]
H A Dworkarounds.c220 * Solaris 2.4 gethostbyname() has problems with multihomed hosts. When
231 #undef gethostbyname macro
243 if ((hp = gethostbyname(name)) && !hp->h_addr_list[1] && hp->h_aliases[1]) {
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h122 struct hostent *gethostbyname(const char *);
/freebsd-9.3-release/lib/libc/rpc/
H A Dgetrpcport.c65 if ((hp = gethostbyname(host)) == NULL)
/freebsd-9.3-release/libexec/bootpd/
H A Dlookup.c78 hp = gethostbyname(hostname);
H A Dtrygetif.c51 hep = gethostbyname(argv[1]);
53 printf("gethostbyname(%s)\n", argv[1]);
/freebsd-9.3-release/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c129 he = gethostbyname(getfile->client_name);
142 he = gethostbyname(hostname);
214 he = gethostbyname(hostname);
320 he = gethostbyname(hostname);
337 he = gethostbyname(askname);
H A Dmain.c62 he = gethostbyname(optarg);
/freebsd-9.3-release/contrib/amd/wire-test/
H A Dwire-test.c93 hp = gethostbyname(testhost);
/freebsd-9.3-release/share/examples/find_interface/
H A Dfind_interface.c69 hp = gethostbyname(*argv);
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h56 * Error return codes from gethostbyname() and gethostbyaddr()
260 #ifdef gethostbyname
261 #undef gethostbyname macro
263 #define gethostbyname lwres_gethostbyname macro
/freebsd-9.3-release/contrib/amd/fixmount/
H A Dfixmount.c115 } else if (!(he = gethostbyname(name1))) {
205 if ((he = gethostbyname(host))) {
352 if (!(he = gethostbyname(thishost))) {
353 fprintf(stderr, "gethostbyname failed on %s\n",
562 if ((hp = gethostbyname(host)) == 0 && !STREQ(host, localhost)) {
/freebsd-9.3-release/contrib/opie/libopie/
H A Daccessfile.c73 hp = gethostbyname(host);

Completed in 280 milliseconds

123456