Home
last modified time | relevance | path

Searched refs:next_opt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c73 struct t_opthdr *opt, *next_opt; in _tx_optmgmt() local
167 for (opt = opt_start; opt < opt_end; opt = next_opt) { in _tx_optmgmt()
195 next_opt = (struct t_opthdr *)((uchar_t *)opt + in _tx_optmgmt()
198 if ((uchar_t *)next_opt < (uchar_t *)opt || /* (1) */ in _tx_optmgmt()
199 ((next_opt >= opt_end) && in _tx_optmgmt()
200 (((uchar_t *)next_opt - (uchar_t *)opt_end) >= in _tx_optmgmt()
212 if (next_opt < opt_end) { in _tx_optmgmt()
218 next_opt - (uchar_t *)opt_start); in _tx_optmgmt()
219 opt_end = next_opt; in _tx_optmgmt()
/titanic_41/usr/src/lib/libwrap/
H A Doptions.c146 char *next_opt; local
150 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) {
151 next_opt = get_field((char *) 0);
191 if (next_opt && use_last(op))
/titanic_41/usr/src/uts/common/inet/
H A Doptcom.c191 struct opthdr *next_opt; in svr4_optcom_req() local
339 for (opt = opt_start; opt < opt_end; opt = next_opt) { in svr4_optcom_req()
359 next_opt = (struct opthdr *)((uchar_t *)&opt[1] + in svr4_optcom_req()
362 if ((uchar_t *)next_opt < (uchar_t *)&opt[1] || in svr4_optcom_req()
363 ((next_opt >= opt_end) && in svr4_optcom_req()
364 (((uchar_t *)next_opt - (uchar_t *)opt_end) >= in svr4_optcom_req()
420 for (opt = opt_start; opt < opt_end; opt = next_opt) { in svr4_optcom_req()
422 next_opt = (struct opthdr *)((uchar_t *)&opt[1] + in svr4_optcom_req()
467 for (opt = opt_start; opt < opt_end; opt = next_opt) { in svr4_optcom_req()
470 next_opt = (struct opthdr *)((uchar_t *)&opt[1] + in svr4_optcom_req()