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

1 2 34 5

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /bionic/tests/
netdb_test.cpp 239 TEST(netdb, gethostbyaddr) {
241 hostent *hp = gethostbyaddr(&addr, sizeof(addr), AF_INET);
  /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);
  /external/tcpdump/missing/
getnameinfo.c 246 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
  /external/libvncserver/x11vnc/
inet.c 97 hp = gethostbyaddr(raw, len, AF_INET);
127 hp = gethostbyaddr((char *)&iaddr, sizeof(in_addr_t), AF_INET);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
netdb.h 136 extern struct hostent *gethostbyaddr (__const void *__addr, __socklen_t __len,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 138 extern struct hostent *gethostbyaddr (__const void *__addr, __socklen_t __len,
  /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...]
  /external/iputils/
tracepath.c 181 h = gethostbyaddr((char *) &sin->sin_addr, sizeof(sin->sin_addr), AF_INET);
traceroute6.c 914 if ((hp = gethostbyaddr((char *)&from->sin6_addr,
ping.c     [all...]
rdisc.c 704 phe = gethostbyaddr((char *)&addr.s_addr, 4, AF_INET);
    [all...]
ping6.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 306 WINSOCK_API_LINKAGE struct hostent *WSAAPI gethostbyaddr(const char *addr,int len,int type);
winsock2.h     [all...]
  /external/iproute2/lib/
utils.c 590 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 17 gethostbyaddr() -- map an IP number or hostname to DNS info
129 First the hostname returned by gethostbyaddr() is checked, then
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 17 gethostbyaddr() -- map an IP number or hostname to DNS info
129 First the hostname returned by gethostbyaddr() is checked, then
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
  /external/ltrace/etc/
libc.so.conf 139 addr gethostbyaddr(string, uint, int);
  /external/libpcap/Win32/Src/
getaddrinfo.c 934 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
942 /* hp will be damaged if we use gethostbyaddr() */
  /bionic/libc/dns/net/
gethnamaddr.c 916 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyaddr",
943 if (fprintf(proxy, "gethostbyaddr %s %d %d %u",
1604 gethostbyaddr(const void *addr, socklen_t len, int af) function
    [all...]
  /external/iptables/libxtables/
xtables.c 1191 host = gethostbyaddr(addr, sizeof(struct in_addr), AF_INET);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 337 hname, aliases, ipaddrs = socket.gethostbyaddr(ip)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 337 hname, aliases, ipaddrs = socket.gethostbyaddr(ip)
    [all...]

Completed in 1640 milliseconds

1 2 34 5