Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c615 static int read_hostsfile(char* filename, int index, int cache_size) { in read_hostsfile() function
742 if (!(daemon->options & OPT_NO_HOSTS)) total_size = read_hostsfile(HOSTSFILE, 0, total_size); in cache_reload()
825 total_size = read_hostsfile(ah->fname, ah->index, total_size); in cache_reload()