Lines Matching refs:opthdr
191 struct opthdr *next_opt; in svr4_optcom_req()
192 struct opthdr *opt; in svr4_optcom_req()
193 struct opthdr *opt1; in svr4_optcom_req()
194 struct opthdr *opt_end; in svr4_optcom_req()
195 struct opthdr *opt_start; in svr4_optcom_req()
257 opt = (struct opthdr *)&toa[1]; in svr4_optcom_req()
311 opt = (struct opthdr *)((char *)&opt[1] + in svr4_optcom_req()
330 if ((opt_start = (struct opthdr *)mi_offset_param(mp, in svr4_optcom_req()
336 opt_end = (struct opthdr *)((uchar_t *)opt_start + in svr4_optcom_req()
344 if ((uchar_t *)opt + sizeof (struct opthdr) > in svr4_optcom_req()
359 next_opt = (struct opthdr *)((uchar_t *)&opt[1] + in svr4_optcom_req()
418 opt1 = (struct opthdr *)&toa[1]; in svr4_optcom_req()
422 next_opt = (struct opthdr *)((uchar_t *)&opt[1] + in svr4_optcom_req()
439 opt1 = (struct opthdr *)((uchar_t *)&opt1[1] + in svr4_optcom_req()
470 next_opt = (struct opthdr *)((uchar_t *)&opt[1] + in svr4_optcom_req()