Home
last modified time | relevance | path

Searched refs:android_net_context (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/dns/include/
Dresolv_netid.h69 struct android_net_context { struct
92 …hostbyaddrfornetcontext(const void *, socklen_t, int, const struct android_net_context *) __used_i… argument
93 …android_gethostbynamefornetcontext(const char *, int, const struct android_net_context *) __used_i…
95 const struct android_net_context *, struct addrinfo **) __used_in_netd;
108 …ddrfornetcontext_proxy(const void *, socklen_t, int , const struct android_net_context *) __LIBC_H…
Dresolv_private.h499 struct android_net_context; /* forward */
500 __LIBC_HIDDEN__ void res_setnetcontext(res_state, const struct android_net_context *);
/bionic/libc/dns/net/
Dgethnamaddr.c121 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()
[all …]
Dgetaddrinfo.c220 const char *, struct addrinfo **, const struct android_net_context *);
574 struct android_net_context netcontext = { in android_getaddrinfofornet()
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()
1907 netcontext = va_arg(ap, const struct android_net_context *); in _dns_getaddrinfo()
Dgetnameinfo.c317 const struct android_net_context netcontext = { .app_netid = netid, .app_mark = mark }; in getnameinfo_inet()
/bionic/libc/dns/resolv/
Dres_init.c771 void res_setnetcontext(res_state statp, const struct android_net_context *netcontext) in res_setnetcontext()