FreeBSD kernel IPv4 code
sctp_nonpad_sndrcvinfo Struct Reference

#include <sctp_structs.h>

Data Fields

uint16_t sinfo_stream
 
uint16_t sinfo_ssn
 
uint16_t sinfo_flags
 
uint32_t sinfo_ppid
 
uint32_t sinfo_context
 
uint32_t sinfo_timetolive
 
uint32_t sinfo_tsn
 
uint32_t sinfo_cumtsn
 
sctp_assoc_t sinfo_assoc_id
 
uint16_t sinfo_keynumber
 
uint16_t sinfo_keynumber_valid
 

Detailed Description

Definition at line 684 of file sctp_structs.h.

Field Documentation

◆ sinfo_assoc_id

sctp_assoc_t sctp_nonpad_sndrcvinfo::sinfo_assoc_id

Definition at line 693 of file sctp_structs.h.

Referenced by sctp_lower_sosend().

◆ sinfo_context

uint32_t sctp_nonpad_sndrcvinfo::sinfo_context

Definition at line 689 of file sctp_structs.h.

Referenced by sctp_getopt(), and sctp_setopt().

◆ sinfo_cumtsn

uint32_t sctp_nonpad_sndrcvinfo::sinfo_cumtsn

Definition at line 692 of file sctp_structs.h.

◆ sinfo_flags

uint16_t sctp_nonpad_sndrcvinfo::sinfo_flags

Definition at line 687 of file sctp_structs.h.

Referenced by sctp_getopt(), sctp_lower_sosend(), and sctp_setopt().

◆ sinfo_keynumber

uint16_t sctp_nonpad_sndrcvinfo::sinfo_keynumber

Definition at line 694 of file sctp_structs.h.

◆ sinfo_keynumber_valid

uint16_t sctp_nonpad_sndrcvinfo::sinfo_keynumber_valid

Definition at line 695 of file sctp_structs.h.

◆ sinfo_ppid

uint32_t sctp_nonpad_sndrcvinfo::sinfo_ppid

Definition at line 688 of file sctp_structs.h.

Referenced by sctp_getopt(), and sctp_setopt().

◆ sinfo_ssn

uint16_t sctp_nonpad_sndrcvinfo::sinfo_ssn

Definition at line 686 of file sctp_structs.h.

◆ sinfo_stream

uint16_t sctp_nonpad_sndrcvinfo::sinfo_stream

Definition at line 685 of file sctp_structs.h.

Referenced by sctp_getopt(), and sctp_setopt().

◆ sinfo_timetolive

uint32_t sctp_nonpad_sndrcvinfo::sinfo_timetolive

Definition at line 690 of file sctp_structs.h.

Referenced by sctp_getopt(), and sctp_setopt().

◆ sinfo_tsn

uint32_t sctp_nonpad_sndrcvinfo::sinfo_tsn

Definition at line 691 of file sctp_structs.h.


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