HomeSort by relevance Sort by last modified time
    Searched defs:gethostbyaddr (Results 1 - 5 of 5) sorted by null

  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 75 import socket # For gethostbyaddr() namespace
492 This version looks up the full hostname using gethostbyaddr(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 75 import socket # For gethostbyaddr() namespace
492 This version looks up the full hostname using 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/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);

Completed in 46 milliseconds