/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/ |
netdb.h | 125 * Error return codes from gethostbyname() and gethostbyaddr() 205 struct hostent *gethostbyname(const char *);
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 125 * Error return codes from gethostbyname() and gethostbyaddr() 205 struct hostent *gethostbyname(const char *);
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/ |
netdb.h | 125 * Error return codes from gethostbyname() and gethostbyaddr() 205 struct hostent *gethostbyname(const char *);
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/ |
netdb.h | 125 * Error return codes from gethostbyname() and gethostbyaddr() 205 struct hostent *gethostbyname(const char *);
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/ |
netdb.h | 125 * Error return codes from gethostbyname() and gethostbyaddr() 205 struct hostent *gethostbyname(const char *);
|
/external/quake/quake/src/WinQuake/ |
net_mp.cpp | 74 local = gethostbyname(buff);
402 hostentry = gethostbyname (name);
|
net_udp.cpp | 154 local = gethostbyname(buff); 158 Con_Printf("Could not gethostbyname(\"%s\")\n", buff); 475 hostentry = gethostbyname (name);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
nethelpers.cc | 60 // 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/ |
fake-rfc2553.c | 201 hp = gethostbyname(hostname);
|
/external/openssh/ |
logintest.c | 115 if (! (he = gethostbyname("localhost"))) {
|
/external/openssh/openbsd-compat/ |
fake-rfc2553.c | 209 hp = gethostbyname(hostname);
|
/external/openssl/crypto/bio/ |
b_sock.c | 143 /* 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);
|
/gdk/samples/quake/jni/ |
net_udp.cpp | 154 local = gethostbyname(buff); 158 Con_Printf("Could not gethostbyname(\"%s\")\n", buff); 475 hostentry = gethostbyname (name);
|
/external/libpcap/ |
nametoaddr.c | 109 if ((hp = gethostbyname(name)) != NULL) {
|
/external/quake/quake/src/QW/client/ |
net_udp.c | 147 if (! (h = gethostbyname(copy)) )
|
net_wins.c | 123 if ((h = gethostbyname(copy)) == 0)
|
/external/quake/quake/src/QW/qwfwd/ |
qwfwd.c | 125 if(phe = gethostbyname(host))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
mf-runtime.h | 192 #pragma redefine_extname gethostbyname __mfwrap_gethostbyname
|
/external/mdnsresponder/mDNSPosix/ |
ProxyResponder.c | 26 #include <netdb.h> // For gethostbyname() 258 struct hostent *h = gethostbyname(argv[1]);
|
/external/ppp/pppd/plugins/radius/ |
config.c | 425 if ((hp = gethostbyname (hostname)) == (struct hostent *) NULL)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
netdb.h | 138 extern struct hostent *gethostbyname (__const char *__name);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
netdb.h | 138 extern struct hostent *gethostbyname (__const char *__name);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
netdb.h | 138 extern struct hostent *gethostbyname (__const char *__name);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos_r.h | 43 * <netdb.h> for gethostbyname(), gethostbyaddr(), or getservbyname() 60 * NOTE: On systems lacking appropriate _r functions Gethostbyname(), 400 * NOTE: On systems lacking the appropriate _r functions Gethostbyname(), 434 # define _XGethostbyname(h,hp) gethostbyname((h)) 476 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \ 551 # define _XGethostbyname(h,hp) gethostbyname((h)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xos_r.h | 34 * <netdb.h> for gethostbyname(), gethostbyaddr(), or getservbyname() 51 * NOTE: On systems lacking appropriate _r functions Gethostbyname(), 391 * NOTE: On systems lacking the appropriate _r functions Gethostbyname(), 425 # define _XGethostbyname(h,hp) gethostbyname((h)) 467 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \ 542 # define _XGethostbyname(h,hp) gethostbyname((h)) [all...] |