FreeBSD kernel IPv4 code
sctp_assoc_reset_event Struct Reference

#include <sctp_uio.h>

Data Fields

uint16_t assocreset_type
 
uint16_t assocreset_flags
 
uint32_t assocreset_length
 
sctp_assoc_t assocreset_assoc_id
 
uint32_t assocreset_local_tsn
 
uint32_t assocreset_remote_tsn
 

Detailed Description

Definition at line 485 of file sctp_uio.h.

Field Documentation

◆ assocreset_assoc_id

sctp_assoc_t sctp_assoc_reset_event::assocreset_assoc_id

Definition at line 489 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_tsn().

◆ assocreset_flags

uint16_t sctp_assoc_reset_event::assocreset_flags

Definition at line 487 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_tsn().

◆ assocreset_length

uint32_t sctp_assoc_reset_event::assocreset_length

Definition at line 488 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_tsn().

◆ assocreset_local_tsn

uint32_t sctp_assoc_reset_event::assocreset_local_tsn

Definition at line 490 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_tsn().

◆ assocreset_remote_tsn

uint32_t sctp_assoc_reset_event::assocreset_remote_tsn

Definition at line 491 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_tsn().

◆ assocreset_type

uint16_t sctp_assoc_reset_event::assocreset_type

Definition at line 486 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_tsn().


The documentation for this struct was generated from the following file: