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

1 2 3 4

  /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);
  /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);
  /bionic/libc/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyname(const char *);
  /development/ndk/platforms/android-3/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
205 struct hostent *gethostbyname(const char *);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
205 struct hostent *gethostbyname(const char *);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
205 struct hostent *gethostbyname(const char *);
  /prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/platforms/android-3/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-3/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-4/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-4/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-5/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
205 struct hostent *gethostbyname(const char *);

Completed in 9449 milliseconds

1 2 3 4