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

  /bionic/libc/dns/include/
resolv_netid.h 55 struct hostent *android_gethostbyaddrfornet(const void *, socklen_t, int, unsigned, unsigned) __used_in_netd;
  /system/netd/server/
DnsProxyListener.cpp 430 hp = android_gethostbyaddrfornet((char*)mAddress, mAddressLen, mAddressFamily, mNetId, mMark);
  /bionic/libc/dns/
gethnamaddr.c 878 android_gethostbyaddrfornet(const void *addr, socklen_t len, int af, unsigned netid, unsigned mark) function
892 return android_gethostbyaddrfornet(addr, len, af, NETID_UNSET, MARK_UNSET);
    [all...]

Completed in 387 milliseconds