FreeBSD kernel IPv4 code
sctp_send_failed_event Struct Reference

#include <sctp_uio.h>

Collaboration diagram for sctp_send_failed_event:

Data Fields

uint16_t ssfe_type
 
uint16_t ssfe_flags
 
uint32_t ssfe_length
 
uint32_t ssfe_error
 
struct sctp_sndinfo ssfe_info
 
sctp_assoc_t ssfe_assoc_id
 
uint8_t ssfe_data []
 

Detailed Description

Definition at line 375 of file sctp_uio.h.

Field Documentation

◆ ssfe_assoc_id

sctp_assoc_t sctp_send_failed_event::ssfe_assoc_id

Definition at line 381 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssfe_data

uint8_t sctp_send_failed_event::ssfe_data[]

Definition at line 382 of file sctp_uio.h.

◆ ssfe_error

uint32_t sctp_send_failed_event::ssfe_error

Definition at line 379 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssfe_flags

uint16_t sctp_send_failed_event::ssfe_flags

Definition at line 377 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssfe_info

struct sctp_sndinfo sctp_send_failed_event::ssfe_info

Definition at line 380 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssfe_length

uint32_t sctp_send_failed_event::ssfe_length

Definition at line 378 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssfe_type

uint16_t sctp_send_failed_event::ssfe_type

Definition at line 376 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().


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