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

1 2 3 4 5 6 7

  /system/netd/
DnsProxyListener.cpp 167 * GetHostByAddr *
170 NetdCommand("gethostbyaddr") {
183 asprintf(&msg, "Invalid number of arguments to gethostbyaddr: %i", argc);
240 // NOTE gethostbyaddr should take a void* but bionic thinks it should be char*
241 hp = gethostbyaddr((char*)mAddress, mAddressLen, mAddressFamily);
244 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %d\n",
DnsProxyListener.h 61 /* ------ gethostbyaddr ------*/
  /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/ppp/pppd/plugins/radius/
ip_util.c 108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr),
  /bionic/libc/netbsd/net/
getnameinfo.c 198 if (fprintf(proxy, "gethostbyaddr %s %d %d", addrStr, addrLen, addrFamily) < 0) {
209 // read result code for gethostbyaddr
408 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
411 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
  /bionic/libc/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
209 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /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 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);
  /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/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);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-3/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-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/7/platforms/android-4/arch-arm/usr/lib/
libc.so 

Completed in 1047 milliseconds

1 2 3 4 5 6 7