mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 18:14:56 +08:00
Update to FreeBSD head 2016-12-10
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
This commit is contained in:
@@ -141,9 +141,9 @@ struct sctp_supported_chunk_types_param {
|
||||
*/
|
||||
struct sctp_data {
|
||||
uint32_t tsn;
|
||||
uint16_t stream_id;
|
||||
uint16_t stream_sequence;
|
||||
uint32_t protocol_id;
|
||||
uint16_t sid;
|
||||
uint16_t ssn;
|
||||
uint32_t ppid;
|
||||
/* user data follows */
|
||||
} SCTP_PACKED;
|
||||
|
||||
@@ -154,11 +154,11 @@ struct sctp_data_chunk {
|
||||
|
||||
struct sctp_idata {
|
||||
uint32_t tsn;
|
||||
uint16_t stream_id;
|
||||
uint16_t sid;
|
||||
uint16_t reserved; /* Where does the SSN go? */
|
||||
uint32_t msg_id;
|
||||
uint32_t mid;
|
||||
union {
|
||||
uint32_t protocol_id;
|
||||
uint32_t ppid;
|
||||
uint32_t fsn; /* Fragment Sequence Number */
|
||||
} ppid_fsn;
|
||||
/* user data follows */
|
||||
@@ -182,7 +182,6 @@ struct sctp_init {
|
||||
uint32_t initial_tsn; /* I-TSN */
|
||||
/* optional param's follow */
|
||||
} SCTP_PACKED;
|
||||
|
||||
#define SCTP_IDENTIFICATION_SIZE 16
|
||||
#define SCTP_ADDRESS_SIZE 4
|
||||
#define SCTP_RESERVE_SPACE 6
|
||||
@@ -391,14 +390,14 @@ struct sctp_forward_tsn_chunk {
|
||||
} SCTP_PACKED;
|
||||
|
||||
struct sctp_strseq {
|
||||
uint16_t stream;
|
||||
uint16_t sequence;
|
||||
uint16_t sid;
|
||||
uint16_t ssn;
|
||||
} SCTP_PACKED;
|
||||
|
||||
struct sctp_strseq_mid {
|
||||
uint16_t stream;
|
||||
uint16_t sid;
|
||||
uint16_t flags;
|
||||
uint32_t msg_id;
|
||||
uint32_t mid;
|
||||
};
|
||||
|
||||
struct sctp_forward_tsn_msg {
|
||||
|
Reference in New Issue
Block a user