Lines Matching refs:netcontext
119 const android_net_context* netcontext, getnamaddr* info);
123 size_t hbuflen, const android_net_context* netcontext);
130 const struct android_net_context* netcontext,
497 size_t hbuflen, const android_net_context* netcontext) { in gethostbyname_internal() argument
498 res_setnetcontext(res, netcontext); in gethostbyname_internal()
504 const struct android_net_context* netcontext) { in android_gethostbyaddrfornetcontext_real() argument
546 int error = dns_gethtbyaddr(uaddr, len, af, netcontext, &info); in android_gethostbyaddrfornetcontext_real()
554 const struct android_net_context* netcontext) { in android_gethostbyaddrfornetcontext_proxy_internal() argument
555 return android_gethostbyaddrfornetcontext_real(addr, len, af, hp, hbuf, hbuflen, netcontext); in android_gethostbyaddrfornetcontext_proxy_internal()
798 const android_net_context* netcontext, getnamaddr* info) { in dns_gethtbyaddr() argument
845 res_setnetcontext(res, netcontext); in dns_gethtbyaddr()
889 const struct android_net_context* netcontext, hostent** hp) { in android_gethostbynamefornetcontext() argument
895 netcontext); in android_gethostbynamefornetcontext()
903 const struct android_net_context* netcontext, hostent** hp) { in android_gethostbyaddrfornetcontext() argument
904 return android_gethostbyaddrfornetcontext_proxy(addr, len, af, netcontext, hp); in android_gethostbyaddrfornetcontext()
908 const struct android_net_context* netcontext, in android_gethostbyaddrfornetcontext_proxy() argument
912 addr, len, af, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), netcontext); in android_gethostbyaddrfornetcontext_proxy()