Searched refs:RESOLVFILE (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/src/
H A Dconfig.h38 # define RESOLVFILE "/etc/config/resolv.conf" macro
40 # define RESOLVFILE "/etc/resolv.conf" macro
H A Doption.c260 { 'n', OPT_NO_POLL, NULL, gettext_noop("Do NOT poll %s file, reload only on SIGHUP."), RESOLVFILE },
262 { 'o', OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE },
270 { 'r', ARG_DUP, "path", gettext_noop("Specify path to resolv.conf (defaults to %s)."), RESOLVFILE },
302 { LOPT_RELOAD, OPT_RELOAD, NULL, gettext_noop("Clear DNS cache when reloading %s."), RESOLVFILE },
2782 daemon->default_resolv.name = RESOLVFILE;

Completed in 31 milliseconds