Home | History | Annotate | Download | only in src

Lines Matching refs:OPTION_END

57 #define OPTION_END               255
206 unsigned char *last_opt = option_find(mess, sz, OPTION_END, 0);
828 req_options[option_len(opt)] = OPTION_END;
1418 while (*start != OPTION_END)
1454 else if (*p == OPTION_END)
1455 return opt == OPTION_END ? p : NULL;
1591 *dhcp_skip_opts(mess->file) = OPTION_END;
1600 *dhcp_skip_opts(mess->sname) = OPTION_END;
1608 *p++ = OPTION_END;
1753 for (i = 0; list[i] != OPTION_END; i++)
1834 *p = OPTION_END;
2040 for (i = 0; req_options[i] != OPTION_END; i++)
2048 req_options[i+1] == OPTION_END ? "" : ", ");
2049 if (req_options[i+1] == OPTION_END || (q - daemon->namebuff) > 40)
2093 they're not explicitly asked for as options. OPTION_END is used
2111 if ((opt = option_find2(netid, config_opts, OPTION_END)))
2226 optno == OPTION_END)