Searched refs:netcontext (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 570 struct android_net_context netcontext = { in android_getaddrinfofornet() local 577 return android_getaddrinfofornetcontext(hostname, servname, hints, &netcontext, res); in android_getaddrinfofornet() 582 const struct addrinfo *hints, const struct android_net_context *netcontext, in android_getaddrinfofornetcontext() argument 597 assert(netcontext != NULL); in android_getaddrinfofornetcontext() 729 hostname, servname, hints, res, netcontext->app_netid); in android_getaddrinfofornetcontext() 762 pai, hostname, servname, &cur->ai_next, netcontext); in android_getaddrinfofornetcontext() 796 const struct android_net_context *netcontext) in explore_fqdn() argument 822 default_dns_files, hostname, pai, netcontext)) { in explore_fqdn() 1880 const struct android_net_context *netcontext; in _dns_getaddrinfo() local 1884 netcontext = va_arg(ap, const struct android_net_context *); in _dns_getaddrinfo() [all …]
|