Lines Matching refs:netcontext
574 struct android_net_context netcontext = { in android_getaddrinfofornet() local
581 return android_getaddrinfofornetcontext(hostname, servname, hints, &netcontext, res); in android_getaddrinfofornet()
587 const struct addrinfo *hints, const struct android_net_context *netcontext, in android_getaddrinfofornetcontext() argument
602 assert(netcontext != NULL); in android_getaddrinfofornetcontext()
734 hostname, servname, hints, res, netcontext->app_netid); in android_getaddrinfofornetcontext()
767 pai, hostname, servname, &cur->ai_next, netcontext); in android_getaddrinfofornetcontext()
801 const struct android_net_context *netcontext) in explore_fqdn() argument
827 default_dns_files, hostname, pai, netcontext)) { in explore_fqdn()
1903 const struct android_net_context *netcontext; in _dns_getaddrinfo() local
1907 netcontext = va_arg(ap, const struct android_net_context *); in _dns_getaddrinfo()
1936 query_ipv6 = _have_ipv6(netcontext->app_mark, netcontext->uid); in _dns_getaddrinfo()
1937 query_ipv4 = _have_ipv4(netcontext->app_mark, netcontext->uid); in _dns_getaddrinfo()
1989 res_setnetcontext(res, netcontext); in _dns_getaddrinfo()
2021 _rfc6724_sort(&sentinel, netcontext->app_mark, netcontext->uid); in _dns_getaddrinfo()