HomeSort by relevance Sort by last modified time
    Searched refs:gethostbyname (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
gethostbyname.c 12 struct hostent* gethostbyname(const char* name) { function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.h 22 struct hostent* gethostbyname(const char* name);
  /development/tools/axl/
udpEater.py 34 ip = socket.gethostbyname(hostname)
udpServer.py 15 ip = socket.gethostbyname(hostname)
  /external/ppp/pppd/plugins/radius/
ip_util.c 37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
  /system/core/libcutils/
socket_network_client.c 46 hp = gethostbyname(host);
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 65 struct hostent* he = gethostbyname(host.c_str());
76 struct hostent* he = gethostbyname(host.c_str());
  /system/extras/tests/bionic/libc/common/
test_gethostbyname.c 45 hent = gethostbyname(hostname);
47 printf("gethostbyname(%s) returned NULL !!\n", hostname);
50 printf( "gethostbyname(%s) returned:\n", hostname);
  /development/ndk/platforms/android-3/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
205 struct hostent *gethostbyname(const char *);
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 140 * Error return codes from gethostbyname() and gethostbyaddr()
220 struct hostent *gethostbyname(const char *);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_proxy_mock.h 66 MOCK_METHOD1(gethostbyname, struct hostent*(const char*));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_network.c 118 host = gethostbyname(hostname);
  /external/mesa3d/src/gallium/auxiliary/util/
u_network.c 118 host = gethostbyname(hostname);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
214 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
214 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
214 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
214 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
214 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
214 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
208 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
208 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
208 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
205 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
205 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
205 struct hostent *gethostbyname(const char *);

Completed in 349 milliseconds

1 2 3 4 5 6 7