FreeBSD kernel IPv4 code
sctp_stream_change_event Struct Reference

#include <sctp_uio.h>

Data Fields

uint16_t strchange_type
 
uint16_t strchange_flags
 
uint32_t strchange_length
 
sctp_assoc_t strchange_assoc_id
 
uint16_t strchange_instrms
 
uint16_t strchange_outstrms
 

Detailed Description

Definition at line 500 of file sctp_uio.h.

Field Documentation

◆ strchange_assoc_id

sctp_assoc_t sctp_stream_change_event::strchange_assoc_id

Definition at line 504 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_add().

◆ strchange_flags

uint16_t sctp_stream_change_event::strchange_flags

Definition at line 502 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_add().

◆ strchange_instrms

uint16_t sctp_stream_change_event::strchange_instrms

Definition at line 505 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_add().

◆ strchange_length

uint32_t sctp_stream_change_event::strchange_length

Definition at line 503 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_add().

◆ strchange_outstrms

uint16_t sctp_stream_change_event::strchange_outstrms

Definition at line 506 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_add().

◆ strchange_type

uint16_t sctp_stream_change_event::strchange_type

Definition at line 501 of file sctp_uio.h.

Referenced by sctp_notify_stream_reset_add().


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