Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c1787 if (!(daemon->options & OPT_NO_OVERRIDE) && req_options && in do_options()
1795 if (!(daemon->options & OPT_NO_OVERRIDE) && req_options && in do_options()
1830 if (!req_options || (daemon->options & OPT_NO_OVERRIDE)) { in do_options()
1993 if (!req_options || (daemon->options & OPT_NO_OVERRIDE)) { in do_options()
Ddnsmasq.h187 #define OPT_NO_OVERRIDE (1u << 30) macro
Doption.c322 {LOPT_OVERRIDE, OPT_NO_OVERRIDE, NULL,