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

1 2 34 5

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
netdb.h 125 * Error return codes from gethostbyname() and gethostbyaddr()
211 struct hostent *gethostbyaddr(const void *, socklen_t, int);
  /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);
  /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);
  /external/tcpdump/missing/
getnameinfo.c 246 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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.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...]
  /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/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_macos.h 604 extern struct hostent *gethostbyaddr(const void *addr, int addrlen, int type);
  /external/iproute2/lib/
utils.c 590 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL)
  /external/openssl/
e_os.h 730 struct hostent *gethostbyaddr(const char *addr, int length, int type);
  /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/
gethnamaddr.c 804 if (fprintf(proxy, "gethostbyaddr %s %d %d %u",
870 if (nsdispatch(&hp, dtab, NSDB_HOSTS, "gethostbyaddr",
890 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...]

Completed in 969 milliseconds

1 2 34 5