Lines Matching defs:next_opt
191 struct opthdr *next_opt;
339 for (opt = opt_start; opt < opt_end; opt = next_opt) {
348 * We now compute pointer to next option in buffer 'next_opt'
349 * The next_opt computation above below 'opt->len' initialized
355 * (only reason 'next_opt' should equal or exceed
359 next_opt = (struct opthdr *)((uchar_t *)&opt[1] +
362 if ((uchar_t *)next_opt < (uchar_t *)&opt[1] ||
363 ((next_opt >= opt_end) &&
364 (((uchar_t *)next_opt - (uchar_t *)opt_end) >=
420 for (opt = opt_start; opt < opt_end; opt = next_opt) {
422 next_opt = (struct opthdr *)((uchar_t *)&opt[1] +
467 for (opt = opt_start; opt < opt_end; opt = next_opt) {
470 next_opt = (struct opthdr *)((uchar_t *)&opt[1] +