HomeSort by relevance Sort by last modified time
    Searched refs:HOSTSFILE (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
config.h 35 #define HOSTSFILE "/etc/hosts"
cache.c 872 struct hostsfile *ah;
907 total_size = read_hostsfile(HOSTSFILE, 0, total_size);
941 struct hostsfile *ah1;
971 if (!(ah1 = whine_malloc(sizeof(struct hostsfile))))
1215 struct hostsfile *ah;
1218 return HOSTSFILE;
    [all...]
option.c 195 { "dhcp-hostsfile", 1, 0, LOPT_DHCP_HOST },
244 { 'h', OPT_NO_HOSTS, NULL, gettext_noop("Do NOT load %s file."), HOSTSFILE },
245 { 'H', ARG_DUP, "path", gettext_noop("Specify a hosts file to be read in addition to %s."), HOSTSFILE },
    [all...]

Completed in 108 milliseconds