Searched refs:__res_stats (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/dns/include/ |
D | resolv_stats.h | 40 struct __res_stats { struct 62 _res_stats_usable_server(const struct __res_params* params, struct __res_stats* stats); argument 67 android_net_res_stats_aggregate(struct __res_stats* stats, int* successes, int* errors, 74 struct __res_params* params, struct __res_stats stats[MAXNS]) 80 struct __res_stats stats[], int nscount, bool valid_servers[])
|
D | resolv_private.h | 202 struct __res_stats stats[MAXNS]);
|
/bionic/libc/dns/resolv/ |
D | res_stats.c | 51 _res_stats_clear_samples(struct __res_stats* stats) in _res_stats_clear_samples() 58 android_net_res_stats_aggregate(struct __res_stats* stats, int* successes, int* errors, in android_net_res_stats_aggregate() 120 _res_stats_usable_server(const struct __res_params* params, struct __res_stats* stats) { in _res_stats_usable_server() 170 struct __res_stats stats[], int nscount, bool usable_servers[]) { in android_net_res_stats_get_usable_servers()
|
D | res_cache.c | 1297 struct __res_stats nsstats[MAXNS]; 2220 _res_cache_add_stats_sample_locked(struct __res_stats* stats, const struct __res_sample* sample, in _res_cache_add_stats_sample_locked() 2247 struct __res_params* params, struct __res_stats stats[MAXNS]) { in android_net_res_stats_get_info_for_net() 2314 struct __res_stats stats[MAXNS]) { in _resolv_cache_get_resolver_stats()
|
D | res_send.c | 481 struct __res_stats stats[MAXNS]; in res_nsend()
|