Lines Matching defs:dtls1_state_st
734 typedef struct dtls1_state_st { struct
737 unsigned int send_cookie;
739 uint8_t cookie[DTLS1_COOKIE_LENGTH];
740 size_t cookie_len;
744 uint16_t r_epoch;
745 uint16_t w_epoch;
748 DTLS1_BITMAP bitmap;
751 uint16_t handshake_write_seq;
752 uint16_t next_handshake_write_seq;
754 uint16_t handshake_read_seq;
757 uint8_t last_write_sequence[8];
764 pqueue buffered_messages;
770 pqueue sent_messages;
772 unsigned int mtu; /* max DTLS packet size */
774 struct hm_header_st w_msg_hdr;
778 unsigned int num_timeouts;
782 struct timeval next_timeout;
785 unsigned short timeout_duration;
787 unsigned int change_cipher_spec_ok;