Searched defs:sctp_data_chunkrec (Results 1 – 1 of 1) sorted by relevance
206 struct sctp_data_chunkrec { struct207 u_int32_t TSN_seq; /* the TSN of this transmit */208 u_int16_t stream_seq; /* the stream sequence number of this transmit */209 u_int16_t stream_number; /* the stream number of this guy */210 u_int32_t payloadtype;234 struct sctp_data_chunkrec data; argument