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

  /bionic/libc/netbsd/
gethnamaddr.c 641 gethostbyaddr(const void *addr, function
689 if (nsdispatch(&hp, dtab, NSDB_HOSTS, "gethostbyaddr",
  /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);
  /external/quake/quake/src/WinQuake/
mplpc.cpp 625 gethostbyaddr(const char *addr, int len, int type) function

Completed in 174 milliseconds