Home
last modified time | relevance | path

Searched defs:netcontext (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/dns/net/
Dgethnamaddr.c793 size_t hbuflen, int *errorp, const struct android_net_context *netcontext) in gethostbyname_internal()
835 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_real()
896 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_proxy_internal()
1211 const struct android_net_context *netcontext; in _dns_gethtbyaddr() local
1563 struct android_net_context netcontext = NETCONTEXT_UNSET; in make_context() local
1574 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbynamefornet() local
1580 const struct android_net_context *netcontext) in android_gethostbynamefornetcontext()
1602 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbyaddrfornet() local
1608 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext()
1615 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_proxy()
Dgetaddrinfo.c574 struct android_net_context netcontext = { in android_getaddrinfofornet() local
587 const struct addrinfo *hints, const struct android_net_context *netcontext, in android_getaddrinfofornetcontext()
801 const struct android_net_context *netcontext) in explore_fqdn()
1903 const struct android_net_context *netcontext; in _dns_getaddrinfo() local
Dgetnameinfo.c314 const struct android_net_context netcontext = { .app_netid = netid, .app_mark = mark }; in getnameinfo_inet() local
/bionic/libc/dns/resolv/
Dres_init.c771 void res_setnetcontext(res_state statp, const struct android_net_context *netcontext) in res_setnetcontext()