Searched refs:RESOLVFILE (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | config.h | 38 # define RESOLVFILE "/etc/config/resolv.conf" macro 40 # define RESOLVFILE "/etc/resolv.conf" macro
|
D | option.c | 264 …{ 'n', OPT_NO_POLL, NULL, gettext_noop("Do NOT poll %s file, reload only on SIGHUP."), RESOLVFILE … 266 … OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE }, 274 …{ 'r', ARG_DUP, "path", gettext_noop("Specify path to resolv.conf (defaults to %s)."), RESOLVFILE … 306 { LOPT_RELOAD, OPT_RELOAD, NULL, gettext_noop("Clear DNS cache when reloading %s."), RESOLVFILE }, 2773 daemon->default_resolv.name = RESOLVFILE; in read_opts()
|
/external/dnsmasq/contrib/try-all-ns/ |
D | dnsmasq-2.35-try-all-ns.patch | 57 { " --clear-on-reload", gettext_noop("Clear DNS cache when reloading %s."), RESOLVFILE },
|