Searched refs:HOSTSFILE (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Dconfig.h22 #define HOSTSFILE "/etc/hosts" macro
H A Dcache.c411 f = fopen(HOSTSFILE, "r");
415 syslog(LOG_ERR, "failed to load names from %s: %m", HOSTSFILE);
419 syslog(LOG_INFO, "reading %s", HOSTSFILE);
565 source = HOSTSFILE;
H A Doption.c85 "-h, --no-hosts Do NOT load " HOSTSFILE " file.\n"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dconfig.h29 #define HOSTSFILE "/etc/hosts" macro
H A Dcache.c680 read_hostsfile(HOSTSFILE, opts, buff, domain_suffix, 0);
832 char *source = HOSTSFILE;
H A Doption.c155 { "-h, --no-hosts", gettext_noop("Do NOT load %s file."), HOSTSFILE },
156 { "-H, --addn-hosts=path", gettext_noop("Specify a hosts file to be read in addition to %s."), HOSTSFILE },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Dconfig.h44 #define HOSTSFILE "/etc/hosts" macro
H A Dcache.c613 read_hostsfile(HOSTSFILE, opts, buff, domain_suffix, 0);
813 source = HOSTSFILE;
H A Doption.c130 "-h, --no-hosts Do NOT load " HOSTSFILE " file.\n"
131 "-H, --addn-hosts=path Specify a hosts file to be read in addition to " HOSTSFILE ".\n"

Completed in 59 milliseconds