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

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

Completed in 31 milliseconds