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

/external/tcpdump/
H A Daddrtoname.c99 * 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);
/external/quake/quake/src/WinQuake/
H A Dmplpc.cpp625 gethostbyaddr(const char *addr, int len, int type) function

Completed in 75 milliseconds