Lines Matching refs:tind
486 struct T_unitdata_ind *tind; in sosctp_recvmsg() local
564 tind = (struct T_unitdata_ind *)mp->b_rptr; in sosctp_recvmsg()
566 len = tind->SRC_length; in sosctp_recvmsg()
570 opt = sogetoff(mp, tind->SRC_offset, len, 1); in sosctp_recvmsg()
580 len = tind->OPT_length; in sosctp_recvmsg()
586 opt = sogetoff(mp, tind->OPT_offset, len, in sosctp_recvmsg()
2056 struct T_unitdata_ind *tind; in sctp_assoc_recv() local
2074 tind = (struct T_unitdata_ind *)mp->b_rptr; in sctp_assoc_recv()
2076 (tind->PRIM_type == T_UNITDATA_IND)); in sctp_assoc_recv()
2077 ASSERT(tind->SRC_length); in sctp_assoc_recv()
2115 if (tind->OPT_length > 0) { in sctp_assoc_recv()
2120 ((uchar_t *)mp->b_rptr + tind->OPT_offset); in sctp_assoc_recv()
2121 cend = (char *)cmsg + tind->OPT_length; in sctp_assoc_recv()