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.c1288 struct resolv_cache_info { struct
1291 struct resolv_cache_info* next; argument
1425 static struct resolv_cache_info* _find_cache_info_locked(unsigned netid);
1849 static struct resolv_cache_info _res_cache_list;
1852 static void _insert_cache_info_locked(struct resolv_cache_info* cache_info);
1854 static struct resolv_cache_info* _create_cache_info( void );
1856 static struct resolv_cache_info* _find_cache_info_locked(unsigned netid);
1862 static void _free_nameservers_locked(struct resolv_cache_info* cache_info);
1865 static int _resolv_is_nameservers_equal_locked(struct resolv_cache_info* cache_info,
1868 static void _res_cache_clear_stats_locked(struct resolv_cache_info* cache_info);
[all …]