Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c1612 else if (opt->flags & DHOPT_FORCE) in prune_vendor_opts()
1811 !(opt->flags & DHOPT_FORCE)) { in do_options()
1817 (opt = option_find2(netid, config_opts, OPTION_SNAME)) && !(opt->flags & DHOPT_FORCE)) { in do_options()
1913 if (!(opt->flags & DHOPT_FORCE) && !in_list(req_options, optno)) continue; in do_options()
1968 (o->flags & DHOPT_FORCE || in_list(req_options, o->u.encap))) { in do_options()
Ddnsmasq.h480 #define DHOPT_FORCE 16 macro
Doption.c1693 ? DHOPT_FORCE in one_opt()