- alert_fragment
ubyte[DTLS1_AL_HEADER_LENGTH] alert_fragment;
Undocumented in source.
- alert_fragment_len
uint alert_fragment_len;
Undocumented in source.
- bitmap
DTLS1_BITMAP bitmap;
Undocumented in source.
- buffered_app_data
record_pqueue buffered_app_data;
Undocumented in source.
- buffered_messages
pqueue buffered_messages;
Undocumented in source.
- change_cipher_spec_ok
uint change_cipher_spec_ok;
Undocumented in source.
- cookie
ubyte[DTLS1_COOKIE_LENGTH] cookie;
Undocumented in source.
- cookie_len
uint cookie_len;
Undocumented in source.
- handshake_fragment
ubyte[DTLS1_HM_HEADER_LENGTH] handshake_fragment;
Undocumented in source.
- handshake_fragment_len
uint handshake_fragment_len;
Undocumented in source.
- handshake_read_seq
ushort handshake_read_seq;
Undocumented in source.
- handshake_write_seq
ushort handshake_write_seq;
Undocumented in source.
- last_write_sequence
ubyte[8] last_write_sequence;
Undocumented in source.
- listen
uint listen;
Undocumented in source.
- mtu
uint mtu;
Undocumented in source.
- next_bitmap
DTLS1_BITMAP next_bitmap;
Undocumented in source.
- next_handshake_write_seq
ushort next_handshake_write_seq;
Undocumented in source.
- next_state
int next_state;
Undocumented in source.
- next_timeout
timeval next_timeout;
Undocumented in source.
- processed_rcds
record_pqueue processed_rcds;
Undocumented in source.
- r_epoch
ushort r_epoch;
Undocumented in source.
- r_msg_hdr
hm_header_st r_msg_hdr;
Undocumented in source.
- rcvd_cookie
ubyte[DTLS1_COOKIE_LENGTH] rcvd_cookie;
Undocumented in source.
- retransmitting
uint retransmitting;
Undocumented in source.
- send_cookie
uint send_cookie;
Undocumented in source.
- sent_messages
pqueue sent_messages;
Undocumented in source.
- shutdown_received
int shutdown_received;
Undocumented in source.
- timeout
dtls1_timeout_st timeout;
Undocumented in source.
- timeout_duration
ushort timeout_duration;
Undocumented in source.
- unprocessed_rcds
record_pqueue unprocessed_rcds;
Undocumented in source.
- w_epoch
ushort w_epoch;
Undocumented in source.
- w_msg_hdr
hm_header_st w_msg_hdr;
Undocumented in source.