Lines Matching refs:netcontext
144 const android_net_context* netcontext, addrinfo** rv);
261 const android_net_context netcontext = { in getaddrinfo_numeric() local
268 return android_getaddrinfofornetcontext(hostname, servname, &hints, &netcontext, result); in getaddrinfo_numeric()
273 const struct android_net_context* netcontext, in android_getaddrinfofornetcontext() argument
283 assert(netcontext != nullptr); in android_getaddrinfofornetcontext()
416 error = explore_fqdn(&tmp, hostname, servname, &cur->ai_next, netcontext); in android_getaddrinfofornetcontext()
439 struct addrinfo** res, const struct android_net_context* netcontext) { in explore_fqdn() argument
454 error = dns_getaddrinfo(hostname, pai, netcontext, &result); in explore_fqdn()
1382 const android_net_context* netcontext, addrinfo** rv) { in dns_getaddrinfo() argument
1398 query_ipv6 = have_ipv6(netcontext->app_mark, netcontext->uid); in dns_getaddrinfo()
1399 query_ipv4 = have_ipv4(netcontext->app_mark, netcontext->uid); in dns_getaddrinfo()
1444 res_setnetcontext(res, netcontext); in dns_getaddrinfo()
1471 _rfc6724_sort(&sentinel, netcontext->app_mark, netcontext->uid); in dns_getaddrinfo()