Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c49 #define OPTION_SNAME 66 macro
1788 in_list(req_options, OPTION_SNAME)) in do_options()
1789 option_put_string(mess, end, OPTION_SNAME, boot->sname, 1); in do_options()
1816 if ((!req_options || !in_list(req_options, OPTION_SNAME)) && in do_options()
1817 (opt = option_find2(netid, config_opts, OPTION_SNAME)) && !(opt->flags & DHOPT_FORCE)) { in do_options()
1920 if (optno == OPTION_SNAME && done_server) continue; in do_options()
1940 (optno == OPTION_SNAME || optno == OPTION_FILENAME) ? 1 : null_term); in do_options()
1944 (optno == OPTION_SNAME || optno == OPTION_FILENAME) ? 1 : null_term); in do_options()