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

#include <internal.h>

Public Attributes

unsigned int send_cookie
 
uint8_t cookie [DTLS1_COOKIE_LENGTH]
 
size_t cookie_len
 
uint16_t r_epoch
 
uint16_t w_epoch
 
DTLS1_BITMAP bitmap
 
uint16_t handshake_write_seq
 
uint16_t handshake_read_seq
 
uint8_t last_write_sequence [8]
 
hm_fragmentincoming_messages [SSL_MAX_HANDSHAKE_FLIGHT]
 
DTLS_OUTGOING_MESSAGE outgoing_messages [SSL_MAX_HANDSHAKE_FLIGHT]
 
uint8_t outgoing_messages_len
 
unsigned int mtu
 
unsigned int num_timeouts
 
struct timeval next_timeout
 
unsigned timeout_duration_ms
 

Member Data Documentation

◆ bitmap

DTLS1_BITMAP dtls1_state_st::bitmap

◆ cookie

uint8_t dtls1_state_st::cookie[DTLS1_COOKIE_LENGTH]

◆ cookie_len

size_t dtls1_state_st::cookie_len

◆ handshake_read_seq

uint16_t dtls1_state_st::handshake_read_seq

◆ handshake_write_seq

uint16_t dtls1_state_st::handshake_write_seq

◆ incoming_messages

hm_fragment* dtls1_state_st::incoming_messages[SSL_MAX_HANDSHAKE_FLIGHT]

◆ last_write_sequence

uint8_t dtls1_state_st::last_write_sequence[8]

◆ mtu

unsigned int dtls1_state_st::mtu

◆ next_timeout

struct timeval dtls1_state_st::next_timeout

◆ num_timeouts

unsigned int dtls1_state_st::num_timeouts

◆ outgoing_messages

DTLS_OUTGOING_MESSAGE dtls1_state_st::outgoing_messages[SSL_MAX_HANDSHAKE_FLIGHT]

◆ outgoing_messages_len

uint8_t dtls1_state_st::outgoing_messages_len

◆ r_epoch

uint16_t dtls1_state_st::r_epoch

◆ send_cookie

unsigned int dtls1_state_st::send_cookie

◆ timeout_duration_ms

unsigned dtls1_state_st::timeout_duration_ms

◆ w_epoch

uint16_t dtls1_state_st::w_epoch

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