HomeSort by relevance Sort by last modified time
    Searched full:gethostbyname (Results 251 - 275 of 578) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 494 and socket.gethostbyname(host) in (localhost(), thishost()):
520 host = socket.gethostbyname(host)
814 _localhost = socket.gethostbyname('localhost')
822 _thishost = socket.gethostbyname(socket.gethostname())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 494 and socket.gethostbyname(host) in (localhost(), thishost()):
520 host = socket.gethostbyname(host)
814 _localhost = socket.gethostbyname('localhost')
822 _thishost = socket.gethostbyname(socket.gethostname())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 494 and socket.gethostbyname(host) in (localhost(), thishost()):
520 host = socket.gethostbyname(host)
814 _localhost = socket.gethostbyname('localhost')
822 _thishost = socket.gethostbyname(socket.gethostname())
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 1044 struct hostent *ent= gethostbyname(remoteHost);
1093 struct hostent *ent= gethostbyname(remoteHost);
1186 struct hostent *ent = gethostbyname(remoteHost);
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 783 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyname",
832 if (fprintf(proxy, "gethostbyname %u %s %d",
981 * returned by non-reentrant functions like gethostbyname().
1570 gethostbyname(const char *name) function
    [all...]
  /bionic/libc/
libc.mips.brillo.map 444 gethostbyname;
libc.x86.brillo.map 442 gethostbyname;
  /development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.versions.txt 409 gethostbyname;
  /development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.versions.txt 407 gethostbyname;
  /development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.versions.txt 405 gethostbyname;
  /development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.versions.txt 446 gethostbyname;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.versions.txt 444 gethostbyname;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.versions.txt 442 gethostbyname;
  /external/avahi/
config.h 89 /* Define to 1 if you have the `gethostbyname' function. */
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
ip4.py 237 addr = socket.gethostbyname(addr)
  /external/libpcap/
nametoaddr.c 102 if ((hp = gethostbyname(name)) != NULL) {
  /external/libvncserver/
rfbconfig.h 52 /* Define to 1 if you have the `gethostbyname' function. */
  /external/libxml2/
config.h 4 /* Type cast for the gethostbyname() argument */
  /external/libxml2/os400/
os400config.h.in 349 /* Type cast for the gethostbyname() argument */
  /external/netperf/
config.h.in 39 /* Define to 1 if you have the `gethostbyname' function. */
  /external/ppp/pppd/plugins/radius/
config.c 425 if ((hp = gethostbyname (hostname)) == (struct hostent *) NULL)
  /external/skia/experimental/Networking/
SkSockets.cpp 316 hostent* server = gethostbyname(hostname);
  /ndk/sources/host-tools/make-3.81/
config.ami 226 /* Define if you have the gethostbyname function. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 307 WINSOCK_API_LINKAGE struct hostent *WSAAPI gethostbyname(const char *name);
  /system/connectivity/shill/
dns_client.cc 162 ares_->GetHostByName(resolver_state_->channel, hostname.c_str(),

Completed in 1965 milliseconds

<<11121314151617181920>>