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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 66 #undef gethostbyaddr macro
67 #define gethostbyaddr(a,b,c) gethostbyaddr_IPV6INCOMPATIBLE macro
  /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,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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")
  /libcore/ojluni/src/main/java/sun/net/spi/nameservice/
NameService.java 32 public String getHostByAddr(byte[] addr) throws UnknownHostException;
  /libcore/ojluni/src/main/java/java/net/
InetAddressImpl.java 46 String getHostByAddr(byte[] addr) throws UnknownHostException;
  /libcore/ojluni/src/main/native/
java_net_Inet4AddressImpl.h 56 * Method: getHostByAddr
  /system/netd/server/
DnsProxyListener.cpp 412 * GetHostByAddr *
415 NetdCommand("gethostbyaddr"),
428 asprintf(&msg, "Invalid number of arguments to gethostbyaddr: %i", argc);
503 // NOTE gethostbyaddr should take a void* but bionic thinks it should be char*
507 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %zu\n",
DnsProxyListener.h 109 /* ------ gethostbyaddr ------*/
  /external/ppp/pppd/plugins/radius/
ip_util.c 108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr),
  /bionic/libc/include/
netdb.h 122 * Error return codes from gethostbyname() and gethostbyaddr()
208 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /external/tcpdump/
addrtoname.c 95 * fake gethostbyaddr for Win2k/XP
96 * gethostbyaddr() returns incorrect value when AF_INET6 is passed
112 return gethostbyaddr(addr, len, type);
130 #define gethostbyaddr win32_gethostbyaddr macro
246 hp = gethostbyaddr((char *)&addr, 4, AF_INET);
297 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos_r.h 31 * <netdb.h> for gethostbyname(), gethostbyaddr(), or getservbyname()
49 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
366 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
400 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t))
445 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
513 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 31 * <netdb.h> for gethostbyname(), gethostbyaddr(), or getservbyname()
49 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
366 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
400 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t))
445 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
513 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t))
    [all...]
  /bionic/tests/
netdb_test.cpp 239 TEST(netdb, gethostbyaddr) {
241 hostent *hp = gethostbyaddr(&addr, sizeof(addr), AF_INET);
  /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);
  /development/ndk/platforms/android-3/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/current/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/current/platforms/android-14/arch-mips/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
204 struct hostent *gethostbyaddr(const char *, int, int);
  /prebuilts/ndk/current/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);

Completed in 785 milliseconds

1 2 3 4 5 6 7 8 91011>>