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

12

/external/ppp/pppd/plugins/radius/
H A Dip_util.c37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
H A Dconfig.c425 if ((hp = gethostbyname (hostname)) == (struct hostent *) NULL)
/external/quake/quake/src/WinQuake/
H A Dnet_mp.cpp74 local = gethostbyname(buff);
402 hostentry = gethostbyname (name);
H A Dnet_udp.cpp154 local = gethostbyname(buff);
158 Con_Printf("Could not gethostbyname(\"%s\")\n", buff);
475 hostentry = gethostbyname (name);
H A Dmpdosock.h599 * Error return codes from gethostbyname() and gethostbyaddr()
743 struct hostent FAR * PASCAL FAR gethostbyname(const char FAR * name);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnethelpers.cc60 // The functions below are used to do gethostbyname, but with an allocated
70 hostent* ent = gethostbyname(hostname);
125 // gethostbyname() is not thread safe, so we need to call gethostbyname_r()
126 // which is a reentrant version of gethostbyname().
158 #error "I don't know how to do gethostbyname safely on your system."
/external/dropbear/
H A Dfake-rfc2553.c201 hp = gethostbyname(hostname);
/external/openssh/
H A Dlogintest.c115 if (! (he = gethostbyname("localhost"))) {
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.c209 hp = gethostbyname(hostname);
/external/openssl/crypto/bio/
H A Db_sock.c143 /* do a gethostbyname */
378 /* Caching gethostbyname() results forever is wrong,
379 * so we have to let the true gethostbyname() worry about this */
381 return gethostbyname((char*)name);
383 return gethostbyname(name);
425 ret=gethostbyname((char *)name);
427 ret=gethostbyname(name);
/external/libpcap/
H A Dnametoaddr.c109 if ((hp = gethostbyname(name)) != NULL) {
/external/libppp/src/
H A Ddefs.c158 hp = gethostbyname(cp);
H A Dnat_cmd.c313 hp = gethostbyname(str);
/external/quake/quake/src/QW/client/
H A Dnet_udp.c147 if (! (h = gethostbyname(copy)) )
H A Dnet_wins.c123 if ((h = gethostbyname(copy)) == 0)
/external/quake/quake/src/QW/qwfwd/
H A Dqwfwd.c125 if(phe = gethostbyname(host))
/external/mdnsresponder/mDNSPosix/
H A DProxyResponder.c26 #include <netdb.h> // For gethostbyname()
258 struct hostent *h = gethostbyname(argv[1]);
/external/ppp/pppd/
H A Dipcp.c343 if ((hp = gethostbyname(*argv)) == NULL) {
379 if ((hp = gethostbyname(*argv)) == NULL) {
433 if ((hp = gethostbyname(arg)) == NULL) {
454 if ((hp = gethostbyname(colon)) == NULL) {
1624 if ((hp = gethostbyname(hostname)) != NULL) {
/external/openssl/apps/
H A Ds_socket.c460 BIO_printf(bio_err,"gethostbyname failure\n");
465 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
518 { /* do a gethostbyname */
526 BIO_printf(bio_err,"gethostbyname failure\n");
532 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
599 ret=gethostbyname(name);
/external/qemu/telephony/
H A Dsysdeps_posix.c616 hp = gethostbyname(hostname);
/external/openssl/
H A De_os.h713 struct hostent *gethostbyname(const char *name);
/external/qemu/slirp/
H A Dmisc.c78 he = gethostbyname(buff);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c306 h = gethostbyname(name);
310 perror("gethostbyname");
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c306 h = gethostbyname(name);
310 perror("gethostbyname");
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c306 h = gethostbyname(name);
310 perror("gethostbyname");

Completed in 1355 milliseconds

12