FreeBSD kernel IPv4 code
sctp_data Struct Reference

#include <sctp_header.h>

Data Fields

uint32_t tsn
 
uint16_t sid
 
uint16_t ssn
 
uint32_t ppid
 

Detailed Description

Definition at line 138 of file sctp_header.h.

Field Documentation

◆ ppid

uint32_t sctp_data::ppid

Definition at line 142 of file sctp_header.h.

Referenced by sctp_move_to_outqueue(), and sctp_process_a_data_chunk().

◆ sid

uint16_t sctp_data::sid

Definition at line 140 of file sctp_header.h.

Referenced by sctp_move_to_outqueue(), and sctp_process_a_data_chunk().

◆ ssn

uint16_t sctp_data::ssn

Definition at line 141 of file sctp_header.h.

Referenced by sctp_move_to_outqueue(), and sctp_process_a_data_chunk().

◆ tsn

uint32_t sctp_data::tsn

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