Lines Matching refs:OPTION_END
57 #define OPTION_END 255 macro
206 unsigned char *last_opt = option_find(mess, sz, OPTION_END, 0); in dhcp_reply()
828 req_options[option_len(opt)] = OPTION_END; in dhcp_reply()
1418 while (*start != OPTION_END) in log_options()
1454 else if (*p == OPTION_END) in option_find1()
1455 return opt == OPTION_END ? p : NULL; in option_find1()
1591 *dhcp_skip_opts(mess->file) = OPTION_END; in dhcp_packet_size()
1600 *dhcp_skip_opts(mess->sname) = OPTION_END; in dhcp_packet_size()
1608 *p++ = OPTION_END; in dhcp_packet_size()
1753 for (i = 0; list[i] != OPTION_END; i++) in in_list()
1834 *p = OPTION_END; in do_encap_opts()
2040 for (i = 0; req_options[i] != OPTION_END; i++) in do_options()
2048 req_options[i+1] == OPTION_END ? "" : ", "); in do_options()
2049 if (req_options[i+1] == OPTION_END || (q - daemon->namebuff) > 40) in do_options()
2111 if ((opt = option_find2(netid, config_opts, OPTION_END))) in do_options()
2226 optno == OPTION_END) in do_options()