FreeBSD kernel IPv4 code
sctp_paddr_change Struct Reference

#include <sctp_uio.h>

Data Fields

uint16_t spc_type
 
uint16_t spc_flags
 
uint32_t spc_length
 
struct sockaddr_storage spc_aaddr
 
uint32_t spc_state
 
uint32_t spc_error
 
sctp_assoc_t spc_assoc_id
 

Detailed Description

Definition at line 331 of file sctp_uio.h.

Field Documentation

◆ spc_aaddr

struct sockaddr_storage sctp_paddr_change::spc_aaddr

Definition at line 335 of file sctp_uio.h.

Referenced by sctp_notify_peer_addr_change().

◆ spc_assoc_id

sctp_assoc_t sctp_paddr_change::spc_assoc_id

Definition at line 338 of file sctp_uio.h.

Referenced by sctp_notify_peer_addr_change().

◆ spc_error

uint32_t sctp_paddr_change::spc_error

Definition at line 337 of file sctp_uio.h.

Referenced by sctp_notify_peer_addr_change().

◆ spc_flags

uint16_t sctp_paddr_change::spc_flags

Definition at line 333 of file sctp_uio.h.

Referenced by sctp_notify_peer_addr_change().

◆ spc_length

uint32_t sctp_paddr_change::spc_length

Definition at line 334 of file sctp_uio.h.

Referenced by sctp_notify_peer_addr_change().

◆ spc_state

uint32_t sctp_paddr_change::spc_state

Definition at line 336 of file sctp_uio.h.

Referenced by sctp_notify_peer_addr_change().

◆ spc_type

uint16_t sctp_paddr_change::spc_type

Definition at line 332 of file sctp_uio.h.

Referenced by sctp_notify_peer_addr_change().


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