Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c1230 struct resolv_cache_info { struct
1233 struct resolv_cache_info* next; argument
1367 static struct resolv_cache_info* _find_cache_info_locked(unsigned netid);
1791 static struct resolv_cache_info _res_cache_list;
1794 static void _insert_cache_info_locked(struct resolv_cache_info* cache_info);
1796 static struct resolv_cache_info* _create_cache_info( void );
1798 static struct resolv_cache_info* _find_cache_info_locked(unsigned netid);
1804 static void _free_nameservers_locked(struct resolv_cache_info* cache_info);
1807 static int _resolv_is_nameservers_equal_locked(struct resolv_cache_info* cache_info,
1810 static void _res_cache_clear_stats_locked(struct resolv_cache_info* cache_info);
[all …]