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 716 struct hostsfile* ah;
742 if (!(daemon->options & OPT_NO_HOSTS)) total_size = read_hostsfile(HOSTSFILE, 0, total_size);
770 struct hostsfile* ah1;
796 if (!(ah1 = whine_malloc(sizeof(struct hostsfile)))) continue;
    [all...]
option.c 167 {"dhcp-hostsfile", 1, 0, LOPT_DHCP_HOST},
228 {'h', OPT_NO_HOSTS, NULL, gettext_noop("Do NOT load %s file."), HOSTSFILE},
230 HOSTSFILE},
    [all...]

Completed in 4097 milliseconds