HomeSort by relevance Sort by last modified time
    Searched full:gethostbyaddr (Results 1 - 25 of 324) 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 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,
  /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")
  /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/server/
DnsProxyListener.h 95 /* ------ gethostbyaddr ------*/
DnsProxyListener.cpp 338 * GetHostByAddr *
341 NetdCommand("gethostbyaddr"),
354 asprintf(&msg, "Invalid number of arguments to gethostbyaddr: %i", argc);
429 // NOTE gethostbyaddr should take a void* but bionic thinks it should be char*
433 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %zu\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/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 98 * fake gethostbyaddr for Win2k/XP
99 * gethostbyaddr() returns incorrect value when AF_INET6 is passed
115 return gethostbyaddr(addr, len, type);
133 #define gethostbyaddr win32_gethostbyaddr macro
249 hp = gethostbyaddr((char *)&addr, 4, AF_INET);
300 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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...]
  /bionic/libc/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);
  /development/ndk/platforms/android-L/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, 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);

Completed in 1537 milliseconds

1 2 3 4 5 6 7 8 91011>>