FreeBSD kernel IPv4 code
sctp_idata Struct Reference

#include <sctp_header.h>

Data Fields

uint32_t tsn
 
uint16_t sid
 
uint16_t reserved
 
uint32_t mid
 
union {
   uint32_t   ppid
 
   uint32_t   fsn
 
ppid_fsn
 

Detailed Description

Definition at line 151 of file sctp_header.h.

Field Documentation

◆ fsn

uint32_t sctp_idata::fsn

Definition at line 158 of file sctp_header.h.

Referenced by sctp_move_to_outqueue(), and sctp_process_a_data_chunk().

◆ mid

uint32_t sctp_idata::mid

Definition at line 155 of file sctp_header.h.

Referenced by sctp_move_to_outqueue(), and sctp_process_a_data_chunk().

◆ ppid

uint32_t sctp_idata::ppid

Definition at line 157 of file sctp_header.h.

Referenced by sctp_move_to_outqueue(), and sctp_process_a_data_chunk().

◆ 

union { ... } sctp_idata::ppid_fsn

◆ reserved

uint16_t sctp_idata::reserved

Definition at line 154 of file sctp_header.h.

Referenced by sctp_move_to_outqueue().

◆ sid

uint16_t sctp_idata::sid

Definition at line 153 of file sctp_header.h.

Referenced by sctp_move_to_outqueue(), and sctp_process_a_data_chunk().

◆ tsn

uint32_t sctp_idata::tsn

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