Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c1910 int optno = opt->opt; in do_options() local
1913 if (!(opt->flags & DHOPT_FORCE) && !in_list(req_options, optno)) continue; in do_options()
1916 if (optno == OPTION_CLIENT_FQDN || optno == OPTION_MAXMESSAGE || optno == OPTION_OVERLOAD || in do_options()
1917 optno == OPTION_PAD || optno == OPTION_END) in do_options()
1920 if (optno == OPTION_SNAME && done_server) continue; in do_options()
1922 if (optno == OPTION_FILENAME && done_file) continue; in do_options()
1925 if (opt != option_find2(netid, config_opts, optno)) continue; in do_options()
1931 (optno == OPTION_NETMASK || optno == OPTION_BROADCAST || optno == OPTION_ROUTER || in do_options()
1932 optno == OPTION_DNSSERVER || optno == OPTION_DOMAINNAME || optno == OPTION_HOSTNAME)) in do_options()
1936 if (pxe_arch != -1 && optno == OPTION_VENDOR_ID) continue; in do_options()
[all …]