HomeSort by relevance Sort by last modified time
    Searched full:gethostbyaddr (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/net/jni/
NativeDnsJni.c 160 // gethostbyaddr
163 my_hostent = gethostbyaddr(addr6, sizeof(addr6), AF_INET6);
165 ALOGD("gethostbyaddr(%s (GoogleDNS) ) gave null response", GoogleDNSIpV6Address);
169 ALOGD("gethostbyaddr(%s (GoogleDNS) ) gave %s for name", GoogleDNSIpV6Address,
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressThreadTest.java 33 * This class is used to test inet_ntoa, gethostbyaddr and gethostbyname
36 * gethostbyaddr to be called. getHostAddress will cause inet_ntoa to be
95 : "gethostbyaddr")
105 : "gethostbyaddr")
  /external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java 93 if (method.getName().equals("getHostByAddr")) {
94 return this.getHostByAddr((byte[]) args[0]);
169 getHostByAddr(byte [] addr) throws UnknownHostException {
  /external/ppp/pppd/plugins/radius/
ip_util.c 108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr),
  /system/netd/
DnsProxyListener.h 102 /* ------ gethostbyaddr ------*/
DnsProxyListener.cpp 370 * GetHostByAddr *
373 NetdCommand("gethostbyaddr") {
386 asprintf(&msg, "Invalid number of arguments to gethostbyaddr: %i", argc);
481 // NOTE gethostbyaddr should take a void* but bionic thinks it should be char*
486 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %d\n",
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
212 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
212 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
212 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
212 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
212 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
212 struct hostent *gethostbyaddr(const char *, int, int);
  /external/chromium_org/third_party/openssl/openssl/apps/
s_socket.c 436 h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
439 h1=gethostbyaddr((char *)&from.sin_addr,
444 BIO_printf(bio_err,"bad gethostbyaddr\n");
  /external/openssl/apps/
s_socket.c 436 h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
439 h1=gethostbyaddr((char *)&from.sin_addr,
444 BIO_printf(bio_err,"bad gethostbyaddr\n");
  /external/tcpdump/
addrtoname.c 99 * fake gethostbyaddr for Win2k/XP
100 * gethostbyaddr() returns incorrect value when AF_INET6 is passed
116 return gethostbyaddr(addr, len, type);
134 #define gethostbyaddr win32_gethostbyaddr macro
250 hp = gethostbyaddr((char *)&addr, 4, AF_INET);
295 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6);
  /bionic/libc/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
209 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /development/ndk/platforms/android-3/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 140 * Error return codes from gethostbyname() and gethostbyaddr()
219 struct hostent *gethostbyaddr(const char *, int, int);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 147 * Error return codes from gethostbyname() and gethostbyaddr()
231 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
207 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
207 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
207 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/7/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);

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 9