Lines Matching refs:netcontext
570 struct android_net_context netcontext = {
577 return android_getaddrinfofornetcontext(hostname, servname, hints, &netcontext, res);
582 const struct addrinfo *hints, const struct android_net_context *netcontext,
597 assert(netcontext != NULL);
729 hostname, servname, hints, res, netcontext->app_netid);
762 pai, hostname, servname, &cur->ai_next, netcontext);
796 const struct android_net_context *netcontext)
822 default_dns_files, hostname, pai, netcontext)) {
1880 const struct android_net_context *netcontext;
1884 netcontext = va_arg(ap, const struct android_net_context *);
1913 query_ipv6 = _have_ipv6(netcontext->app_mark, netcontext->uid);
1914 query_ipv4 = _have_ipv4(netcontext->app_mark, netcontext->uid);
1966 res_setnetid(res, netcontext->dns_netid);
1967 res_setmark(res, netcontext->dns_mark);
1999 _rfc6724_sort(&sentinel, netcontext->app_mark, netcontext->uid);