Lines Matching refs:netid
801 unsigned netid = __netdClientDispatch.netIdForResolv(netcontext->app_netid); in gethostbyname_internal() local
806 netid, in gethostbyname_internal()
910 unsigned netid = __netdClientDispatch.netIdForResolv(netcontext->app_netid); in android_gethostbyaddrfornetcontext_proxy_internal() local
913 addrStr, len, af, netid) < 0) { in android_gethostbyaddrfornetcontext_proxy_internal()
1562 static struct android_net_context make_context(unsigned netid, unsigned mark) { in make_context() argument
1564 netcontext.app_netid = netid; in make_context()
1566 netcontext.dns_netid = netid; in make_context()
1572 android_gethostbynamefornet(const char *name, int af, unsigned netid, unsigned mark) in android_gethostbynamefornet() argument
1574 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbynamefornet()
1600 android_gethostbyaddrfornet(const void *addr, socklen_t len, int af, unsigned netid, unsigned mark) in android_gethostbyaddrfornet() argument
1602 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbyaddrfornet()