Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dconfig.h35 #define HOSTSFILE "/etc/hosts" macro
Dcache.c742 if (!(daemon->options & OPT_NO_HOSTS)) total_size = read_hostsfile(HOSTSFILE, 0, total_size); in cache_reload()
1014 if (index == 0) return HOSTSFILE; in record_source()
Doption.c228 {'h', OPT_NO_HOSTS, NULL, gettext_noop("Do NOT load %s file."), HOSTSFILE},
230 HOSTSFILE},