Home
last modified time | relevance | path

Searched defs:sctp_data_chunkrec (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_structs.h206 struct sctp_data_chunkrec { struct
207 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