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
2072 in_list(req_options, OPTION_SNAME)) in do_options()
2073 option_put_string(mess, end, OPTION_SNAME, boot->sname, 1); in do_options()
2104 if ((!req_options || !in_list(req_options, OPTION_SNAME)) && in do_options()
2105 (opt = option_find2(netid, config_opts, OPTION_SNAME)) && !(opt->flags & DHOPT_FORCE)) in do_options()
2229 if (optno == OPTION_SNAME && done_server) in do_options()
2257 (optno == OPTION_SNAME || optno == OPTION_FILENAME) ? 1 : null_term); in do_options()
2262 (optno == OPTION_SNAME || optno == OPTION_FILENAME) ? 1 : null_term); in do_options()