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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostnamadr.c 165 gethostbyaddr(const char *addr, socklen_t len, int type) function
203 if ((hp = gethostbyaddr(addr, len, type)) == NULL) {
  /bionic/libc/dns/net/
gethnamaddr.c 886 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyaddr",
912 if (fprintf(proxy, "gethostbyaddr %s %d %d %u",
1594 gethostbyaddr(const void *addr, socklen_t len, int af) function
    [all...]
  /external/tcpdump/
addrtoname.c 96 * 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);
    [all...]

Completed in 304 milliseconds