FreeBSD kernel IPv4 code
sctp_adaptation_event Struct Reference

#include <sctp_uio.h>

Data Fields

uint16_t sai_type
 
uint16_t sai_flags
 
uint32_t sai_length
 
uint32_t sai_adaptation_ind
 
sctp_assoc_t sai_assoc_id
 

Detailed Description

Definition at line 398 of file sctp_uio.h.

Field Documentation

◆ sai_adaptation_ind

uint32_t sctp_adaptation_event::sai_adaptation_ind

Definition at line 402 of file sctp_uio.h.

Referenced by sctp_notify_adaptation_layer().

◆ sai_assoc_id

sctp_assoc_t sctp_adaptation_event::sai_assoc_id

Definition at line 403 of file sctp_uio.h.

Referenced by sctp_notify_adaptation_layer().

◆ sai_flags

uint16_t sctp_adaptation_event::sai_flags

Definition at line 400 of file sctp_uio.h.

Referenced by sctp_notify_adaptation_layer().

◆ sai_length

uint32_t sctp_adaptation_event::sai_length

Definition at line 401 of file sctp_uio.h.

Referenced by sctp_notify_adaptation_layer().

◆ sai_type

uint16_t sctp_adaptation_event::sai_type

Definition at line 399 of file sctp_uio.h.

Referenced by sctp_notify_adaptation_layer().


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