Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c495 struct T_unitdata_ind *tind; in sosctp_recvmsg() local
573 tind = (struct T_unitdata_ind *)mp->b_rptr; in sosctp_recvmsg()
575 len = tind->SRC_length; in sosctp_recvmsg()
589 len = tind->OPT_length; in sosctp_recvmsg()
595 opt = sogetoff(mp, tind->OPT_offset, len, in sosctp_recvmsg()
2065 struct T_unitdata_ind *tind; in sctp_assoc_recv() local
2083 tind = (struct T_unitdata_ind *)mp->b_rptr; in sctp_assoc_recv()
2085 (tind->PRIM_type == T_UNITDATA_IND)); in sctp_assoc_recv()
2086 ASSERT(tind->SRC_length); in sctp_assoc_recv()
2124 if (tind->OPT_length > 0) { in sctp_assoc_recv()
[all …]