HomeSort by relevance Sort by last modified time
    Searched refs:gethostbyaddr (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /bionic/libc/include/
netdb.h 122 * Error return codes from gethostbyname() and gethostbyaddr()
208 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /cts/tests/tests/net/jni/
NativeDnsJni.c 161 // gethostbyaddr
164 my_hostent = gethostbyaddr(addr6, sizeof(addr6), AF_INET6);
166 ALOGD("gethostbyaddr(%s (GoogleDNS) ) gave null response", GoogleDNSIpV6Address);
170 ALOGD("gethostbyaddr(%s (GoogleDNS) ) gave %s for name", GoogleDNSIpV6Address,
  /development/ndk/platforms/android-21/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /external/openssh/openbsd-compat/
fake-rfc2553.c 70 hp = gethostbyaddr((char *)&sin->sin_addr,
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 198 host = gethostbyaddr((char *)&permit.addr, sizeof(permit.addr), AF_INET);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, int);

Completed in 869 milliseconds

1 23 4 5