Home
last modified time | relevance | path

Searched refs:OPT_NO_RESOLV (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.h170 #define OPT_NO_RESOLV (1u<<8) macro
Doption.c269 { 'R', OPT_NO_RESOLV, NULL, gettext_noop("Do NOT read resolv.conf."), NULL },
2932 if (!(daemon->options & OPT_NO_RESOLV) && in read_opts()
2943 if ((daemon->options & OPT_NO_RESOLV) || in read_opts()
Ddnsmasq.c492 if (daemon->port != 0 && (daemon->options & OPT_NO_RESOLV)) in main()