FreeBSD kernel IPv4 code
sctp_remote_error Struct Reference

#include <sctp_uio.h>

Data Fields

uint16_t sre_type
 
uint16_t sre_flags
 
uint32_t sre_length
 
uint16_t sre_error
 
sctp_assoc_t sre_assoc_id
 
uint8_t sre_data []
 

Detailed Description

Definition at line 354 of file sctp_uio.h.

Field Documentation

◆ sre_assoc_id

sctp_assoc_t sctp_remote_error::sre_assoc_id

Definition at line 359 of file sctp_uio.h.

Referenced by sctp_notify_remote_error().

◆ sre_data

uint8_t sctp_remote_error::sre_data[]

Definition at line 360 of file sctp_uio.h.

Referenced by sctp_notify_remote_error().

◆ sre_error

uint16_t sctp_remote_error::sre_error

Definition at line 358 of file sctp_uio.h.

Referenced by sctp_notify_remote_error().

◆ sre_flags

uint16_t sctp_remote_error::sre_flags

Definition at line 356 of file sctp_uio.h.

Referenced by sctp_notify_remote_error().

◆ sre_length

uint32_t sctp_remote_error::sre_length

Definition at line 357 of file sctp_uio.h.

Referenced by sctp_notify_remote_error().

◆ sre_type

uint16_t sctp_remote_error::sre_type

Definition at line 355 of file sctp_uio.h.

Referenced by sctp_notify_remote_error().


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