Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c1858 else if (opt->flags & DHOPT_FORCE) in prune_vendor_opts()
2098 (opt = option_find2(netid, config_opts, OPTION_FILENAME)) && !(opt->flags & DHOPT_FORCE)) in do_options()
2105 (opt = option_find2(netid, config_opts, OPTION_SNAME)) && !(opt->flags & DHOPT_FORCE)) in do_options()
2218 if (!(opt->flags & DHOPT_FORCE) && !in_list(req_options, optno)) in do_options()
2291 (o->flags & DHOPT_FORCE || in_list(req_options, o->u.encap))) in do_options()
Ddnsmasq.h486 #define DHOPT_FORCE 16 macro
Doption.c1903 option == LOPT_FORCE ? DHOPT_FORCE : in one_opt()