FreeBSD kernel IPv4 code
sctp_assoc_change Struct Reference

#include <sctp_uio.h>

Data Fields

uint16_t sac_type
 
uint16_t sac_flags
 
uint32_t sac_length
 
uint16_t sac_state
 
uint16_t sac_error
 
uint16_t sac_outbound_streams
 
uint16_t sac_inbound_streams
 
sctp_assoc_t sac_assoc_id
 
uint8_t sac_info []
 

Detailed Description

Definition at line 301 of file sctp_uio.h.

Field Documentation

◆ sac_assoc_id

sctp_assoc_t sctp_assoc_change::sac_assoc_id

Definition at line 309 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().

◆ sac_error

uint16_t sctp_assoc_change::sac_error

Definition at line 306 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().

◆ sac_flags

uint16_t sctp_assoc_change::sac_flags

Definition at line 303 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().

◆ sac_inbound_streams

uint16_t sctp_assoc_change::sac_inbound_streams

Definition at line 308 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().

◆ sac_info

uint8_t sctp_assoc_change::sac_info[]

Definition at line 310 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().

◆ sac_length

uint32_t sctp_assoc_change::sac_length

Definition at line 304 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().

◆ sac_outbound_streams

uint16_t sctp_assoc_change::sac_outbound_streams

Definition at line 307 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().

◆ sac_state

uint16_t sctp_assoc_change::sac_state

Definition at line 305 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().

◆ sac_type

uint16_t sctp_assoc_change::sac_type

Definition at line 302 of file sctp_uio.h.

Referenced by sctp_notify_assoc_change().


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