Lines Matching refs:android_net_context
121 static const struct android_net_context NETCONTEXT_UNSET = {
162 struct hostent *, char *, size_t, int *, const struct android_net_context *);
164 int, struct hostent *, char *, size_t, int *, const struct android_net_context *);
792 size_t hbuflen, int *errorp, const struct android_net_context *netcontext) in gethostbyname_internal()
834 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_real()
895 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_proxy_internal()
1210 const struct android_net_context *netcontext; in _dns_gethtbyaddr()
1217 netcontext = va_arg(ap, const struct android_net_context *); in _dns_gethtbyaddr()
1562 static struct android_net_context make_context(unsigned netid, unsigned mark) { in make_context()
1563 struct android_net_context netcontext = NETCONTEXT_UNSET; in make_context()
1574 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbynamefornet()
1580 const struct android_net_context *netcontext) in android_gethostbynamefornetcontext()
1603 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbyaddrfornet()
1609 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext()
1616 const struct android_net_context *netcontext) in android_gethostbyaddrfornetcontext_proxy()