Searched defs:gethostbyaddr (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A DBaseHTTPServer.py75 import socket # For gethostbyaddr() namespace
503 This version looks up the full hostname using gethostbyaddr(),
/external/python/cpython3/Lib/http/
H A Dserver.py99 import socket # For gethostbyaddr() namespace
/external/tcpdump/
H A Daddrtoname.c96 * fake gethostbyaddr for Win2k/XP
97 * gethostbyaddr() returns incorrect value when AF_INET6 is passed
113 return gethostbyaddr(addr, len, type);
131 #define gethostbyaddr win32_gethostbyaddr macro
255 hp = gethostbyaddr((char *)&addr, 4, AF_INET);
310 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6);

Completed in 166 milliseconds