Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c2215 int optno = opt->opt; in do_options() local
2218 if (!(opt->flags & DHOPT_FORCE) && !in_list(req_options, optno)) in do_options()
2222 if (optno == OPTION_CLIENT_FQDN || in do_options()
2223 optno == OPTION_MAXMESSAGE || in do_options()
2224 optno == OPTION_OVERLOAD || in do_options()
2225 optno == OPTION_PAD || in do_options()
2226 optno == OPTION_END) in do_options()
2229 if (optno == OPTION_SNAME && done_server) in do_options()
2232 if (optno == OPTION_FILENAME && done_file) in do_options()
2236 if (opt != option_find2(netid, config_opts, optno)) in do_options()
[all …]