Searched refs:__used_in_netd (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/dns/include/ |
D | resolv_netid.h | 56 #define __used_in_netd __attribute__((visibility ("default"))) macro 84 …tent *android_gethostbyaddrfornet(const void *, socklen_t, int, unsigned, unsigned) __used_in_netd; 85 struct hostent *android_gethostbynamefornet(const char *, int, unsigned, unsigned) __used_in_netd; 87 unsigned, struct addrinfo **) __used_in_netd; 92 …addrfornetcontext(const void *, socklen_t, int, const struct android_net_context *) __used_in_netd; 93 …d_gethostbynamefornetcontext(const char *, int, const struct android_net_context *) __used_in_netd; 95 const struct android_net_context *, struct addrinfo **) __used_in_netd; 99 unsigned numservers, const char *domains, const struct __res_params* params) __used_in_netd; 102 extern void _resolv_flush_cache_for_net(unsigned netid) __used_in_netd; 105 extern void _resolv_delete_cache_for_net(unsigned netid) __used_in_netd;
|