Searched defs:resolv_cache_info (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/dns/resolv/
H A Dres_cache.c1232 struct resolv_cache_info { struct
1235 struct resolv_cache_info* next;
1369 static struct resolv_cache_info* _find_cache_info_locked(unsigned netid);
1793 static struct resolv_cache_info _res_cache_list;
1795 /* insert resolv_cache_info into the list of resolv_cache_infos */
1796 static void _insert_cache_info_locked(struct resolv_cache_info* cache_info);
1797 /* creates a resolv_cache_info */
1798 static struct resolv_cache_info* _create_cache_info( void );
1799 /* gets a resolv_cache_info associated with a network, or NULL if not found */
1800 static struct resolv_cache_info* _find_cache_info_locke
[all...]

Completed in 18 milliseconds