Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c50 #define OPTION_FILENAME 67 macro
2082 in_list(req_options, OPTION_FILENAME)) in do_options()
2083 option_put_string(mess, end, OPTION_FILENAME, boot->file, 1); in do_options()
2097 if ((!req_options || !in_list(req_options, OPTION_FILENAME)) && mess->file[0] == 0 && in do_options()
2098 (opt = option_find2(netid, config_opts, OPTION_FILENAME)) && !(opt->flags & DHOPT_FORCE)) in do_options()
2232 if (optno == OPTION_FILENAME && done_file) 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()