Home | History | Annotate | Download | only in src

Lines Matching refs:OPTION_END

57 #define OPTION_END 255
194 unsigned char* last_opt = option_find(mess, sz, OPTION_END, 0);
737 req_options[option_len(opt)] = OPTION_END;
1246 while (*start != OPTION_END) {
1274 else if (*p == OPTION_END)
1275 return opt == OPTION_END ? p : NULL;
1391 *dhcp_skip_opts(mess->file) = OPTION_END;
1398 *dhcp_skip_opts(mess->sname) = OPTION_END;
1404 *p++ = OPTION_END;
1526 for (i = 0; list[i] != OPTION_END; i++)
1592 *p = OPTION_END;
1765 for (i = 0; req_options[i] != OPTION_END; i++) {
1768 s ? ":" : "", s ? s : "", req_options[i + 1] == OPTION_END ? "" : ", ");
1769 if (req_options[i + 1] == OPTION_END || (q - daemon->namebuff) > 40) {
1805 they're not explicitly asked for as options. OPTION_END is used
1822 if ((opt = option_find2(netid, config_opts, OPTION_END)))
1917 optno == OPTION_PAD || optno == OPTION_END)