Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c486 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()
[all …]