Searched refs:HOSTSFILE (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | config.h | 35 #define HOSTSFILE "/etc/hosts" macro
|
D | cache.c | 907 total_size = read_hostsfile(HOSTSFILE, 0, total_size); in cache_reload() 1218 return HOSTSFILE; in record_source()
|
D | option.c | 248 { 'h', OPT_NO_HOSTS, NULL, gettext_noop("Do NOT load %s file."), HOSTSFILE }, 249 …, ARG_DUP, "path", gettext_noop("Specify a hosts file to be read in addition to %s."), HOSTSFILE },
|