Lines Matching refs:OPTION_END
57 #define OPTION_END 255 macro
194 unsigned char* last_opt = option_find(mess, sz, OPTION_END, 0); in dhcp_reply()
737 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()
1246 while (*start != OPTION_END) { in log_options()
1274 else if (*p == OPTION_END) in option_find1()
1275 return opt == OPTION_END ? p : NULL; in option_find1()
1391 *dhcp_skip_opts(mess->file) = OPTION_END; in dhcp_packet_size()
1398 *dhcp_skip_opts(mess->sname) = OPTION_END; in dhcp_packet_size()
1404 *p++ = OPTION_END; in dhcp_packet_size()
1526 for (i = 0; list[i] != OPTION_END; i++) in in_list()
1592 *p = OPTION_END; in do_encap_opts()
1765 for (i = 0; req_options[i] != OPTION_END; i++) { in do_options()
1768 s ? ":" : "", s ? s : "", req_options[i + 1] == OPTION_END ? "" : ", "); in do_options()
1769 if (req_options[i + 1] == OPTION_END || (q - daemon->namebuff) > 40) { in do_options()
1822 if ((opt = option_find2(netid, config_opts, OPTION_END))) in do_options()
1917 optno == OPTION_PAD || optno == OPTION_END) in do_options()