FreeBSD kernel IPv4 code
sctp_send_failed Struct Reference

#include <sctp_uio.h>

Collaboration diagram for sctp_send_failed:

Data Fields

uint16_t ssf_type
 
uint16_t ssf_flags
 
uint32_t ssf_length
 
uint32_t ssf_error
 
struct sctp_sndrcvinfo ssf_info
 
sctp_assoc_t ssf_assoc_id
 
uint8_t ssf_data []
 

Detailed Description

Definition at line 364 of file sctp_uio.h.

Field Documentation

◆ ssf_assoc_id

sctp_assoc_t sctp_send_failed::ssf_assoc_id

Definition at line 370 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssf_data

uint8_t sctp_send_failed::ssf_data[]

Definition at line 371 of file sctp_uio.h.

◆ ssf_error

uint32_t sctp_send_failed::ssf_error

Definition at line 368 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssf_flags

uint16_t sctp_send_failed::ssf_flags

Definition at line 366 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssf_info

struct sctp_sndrcvinfo sctp_send_failed::ssf_info

Definition at line 369 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssf_length

uint32_t sctp_send_failed::ssf_length

Definition at line 367 of file sctp_uio.h.

Referenced by sctp_notify_send_failed(), and sctp_notify_send_failed2().

◆ ssf_type

uint16_t sctp_send_failed::ssf_type

Definition at line 365 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: