FreeBSD kernel IPv4 code
sctp_initmsg Struct Reference

#include <sctp_uio.h>

Data Fields

uint16_t sinit_num_ostreams
 
uint16_t sinit_max_instreams
 
uint16_t sinit_max_attempts
 
uint16_t sinit_max_init_timeo
 

Detailed Description

Definition at line 93 of file sctp_uio.h.

Field Documentation

◆ sinit_max_attempts

uint16_t sctp_initmsg::sinit_max_attempts

Definition at line 96 of file sctp_uio.h.

Referenced by sctp_getopt(), and sctp_setopt().

◆ sinit_max_init_timeo

uint16_t sctp_initmsg::sinit_max_init_timeo

Definition at line 97 of file sctp_uio.h.

Referenced by sctp_getopt(), and sctp_setopt().

◆ sinit_max_instreams

uint16_t sctp_initmsg::sinit_max_instreams

Definition at line 95 of file sctp_uio.h.

Referenced by sctp_getopt(), and sctp_setopt().

◆ sinit_num_ostreams

uint16_t sctp_initmsg::sinit_num_ostreams

Definition at line 94 of file sctp_uio.h.

Referenced by sctp_getopt(), and sctp_setopt().


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