webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
sctp_stream_out Struct Reference

#include <sctp_structs.h>

Public Attributes

struct sctp_streamhead outqueue
 
union scheduling_parameters ss_params
 
uint32_t chunks_on_queues
 
uint32_t abandoned_unsent [1]
 
uint32_t abandoned_sent [1]
 
uint32_t next_mid_ordered
 
uint32_t next_mid_unordered
 
uint16_t stream_no
 
uint8_t last_msg_incomplete
 
uint8_t state
 

Member Data Documentation

◆ abandoned_sent

uint32_t sctp_stream_out::abandoned_sent[1]

◆ abandoned_unsent

uint32_t sctp_stream_out::abandoned_unsent[1]

◆ chunks_on_queues

uint32_t sctp_stream_out::chunks_on_queues

◆ last_msg_incomplete

uint8_t sctp_stream_out::last_msg_incomplete

◆ next_mid_ordered

uint32_t sctp_stream_out::next_mid_ordered

◆ next_mid_unordered

uint32_t sctp_stream_out::next_mid_unordered

◆ outqueue

struct sctp_streamhead sctp_stream_out::outqueue

◆ ss_params

union scheduling_parameters sctp_stream_out::ss_params

◆ state

uint8_t sctp_stream_out::state

◆ stream_no

uint16_t sctp_stream_out::stream_no

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