FreeBSD kernel IPv4 code
sctp_init Struct Reference

#include <sctp_header.h>

Data Fields

uint32_t initiate_tag
 
uint32_t a_rwnd
 
uint16_t num_outbound_streams
 
uint16_t num_inbound_streams
 
uint32_t initial_tsn
 

Detailed Description

Definition at line 173 of file sctp_header.h.

Field Documentation

◆ a_rwnd

uint32_t sctp_init::a_rwnd

Definition at line 175 of file sctp_header.h.

Referenced by sctp_handle_init(), sctp_process_init(), and sctp_send_initiate().

◆ initial_tsn

uint32_t sctp_init::initial_tsn

Definition at line 178 of file sctp_header.h.

Referenced by sctp_process_init(), and sctp_send_initiate().

◆ initiate_tag

◆ num_inbound_streams

uint16_t sctp_init::num_inbound_streams

◆ num_outbound_streams

uint16_t sctp_init::num_outbound_streams

Definition at line 176 of file sctp_header.h.

Referenced by sctp_handle_init(), sctp_process_init(), and sctp_send_initiate().


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