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

  /bionic/libc/include/
netdb.h 216 struct hostent *android_gethostbynameforiface(const char *, int, const char *, int);
  /system/netd/
DnsProxyListener.cpp 345 hp = android_gethostbynameforiface(mName, mAf, mIface ? mIface : iface, mMark);
  /bionic/libc/netbsd/
gethnamaddr.c 514 return android_gethostbynameforiface(name, af, NULL, 0);
518 android_gethostbynameforiface(const char *name, int af, const char *iface, int mark) function
    [all...]

Completed in 46 milliseconds