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.c1284 struct resolv_cache_info { struct
1287 struct resolv_cache_info* next; argument
1421 static struct resolv_cache_info* _find_cache_info_locked(unsigned netid);
1845 static struct resolv_cache_info _res_cache_list;
1848 static void _insert_cache_info_locked(struct resolv_cache_info* cache_info);
1850 static struct resolv_cache_info* _create_cache_info( void );
1852 static struct resolv_cache_info* _find_cache_info_locked(unsigned netid);
1858 static void _free_nameservers_locked(struct resolv_cache_info* cache_info);
1861 static int _resolv_is_nameservers_equal_locked(struct resolv_cache_info* cache_info,
1864 static void _res_cache_clear_stats_locked(struct resolv_cache_info* cache_info);
[all …]