Searched defs:revision_id (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A D | ResolverController.cpp | 103 int revision_id = android_net_res_stats_get_info_for_net( in getDnsInfo() local
|
H A D | res_cache.cpp | 1028 int revision_id = 0; // # times the nameservers have been replaced member 1856 void resolv_cache_add_resolver_stats_sample(unsigned netid, int revision_id, in resolv_cache_add_resolver_stats_sample()
|
H A D | res_send.cpp | 487 int revision_id = resolv_cache_get_resolver_stats(statp->netid, ¶ms, stats, statp->nsaddrs); in res_nsend() local
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_cache.c | 1295 int revision_id; // # times the nameservers have been replaced member 2248 int revision_id = -1; in android_net_res_stats_get_info_for_net() local 2315 int revision_id = -1; in _resolv_cache_get_resolver_stats() local 2330 _resolv_cache_add_resolver_stats_sample( unsigned netid, int revision_id, int ns, in _resolv_cache_add_resolver_stats_sample()
|
H A D | res_send.c | 483 int revision_id = _resolv_cache_get_resolver_stats(statp->netid, ¶ms, stats); in res_nsend() local
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_cache_unit_test.cpp | 208 void cacheAddStats(uint32_t netId, int revision_id, const IPSockAddr& ipsa, in cacheAddStats() 871 int revision_id = 1; in TEST_F() local
|