Searched refs:t_opthdr (Results 1 – 3 of 3) sorted by relevance
73 struct t_opthdr *opt, *next_opt; in _tx_optmgmt()74 struct t_opthdr *opt_start, *opt_end; in _tx_optmgmt()120 optlen < (t_scalar_t)sizeof (struct t_opthdr)) { in _tx_optmgmt()127 opt_start = (struct t_opthdr *)req->opt.buf; in _tx_optmgmt()149 opt_end = (struct t_opthdr *)((char *)opt_start + in _tx_optmgmt()156 if ((uchar_t *)opt_start + sizeof (struct t_opthdr) in _tx_optmgmt()172 if ((uchar_t *)opt_start + sizeof (struct t_opthdr) in _tx_optmgmt()195 next_opt = (struct t_opthdr *)((uchar_t *)opt + in _tx_optmgmt()
297 struct t_opthdr { struct424 #define _T_OPTHDR_SZ (sizeof (struct t_opthdr))450 ((nbp)->len >= _T_OPTHDR_SZ ? (struct t_opthdr *)(nbp)->buf : \451 (struct t_opthdr *)0)459 (struct t_opthdr *)((char *)_T_OPTHDR_ALIGN((char *)(popt) + \460 (popt)->len)) : (struct t_opthdr *)0)
85 struct t_opthdr oh; in smb_setopt_int()