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

  /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/netbsd/
gethnamaddr.c 795 if (fprintf(proxy, "gethostbyaddr %s %d %d %s",
861 if (nsdispatch(&hp, dtab, NSDB_HOSTS, "gethostbyaddr",
881 gethostbyaddr(const void *addr, socklen_t len, int af) function
    [all...]
  /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);

Completed in 152 milliseconds