Lines Matching defs:dtls1_state_st
912 typedef struct dtls1_state_st { struct
915 unsigned int send_cookie;
917 uint8_t cookie[DTLS1_COOKIE_LENGTH];
918 size_t cookie_len;
922 uint16_t r_epoch;
923 uint16_t w_epoch;
926 DTLS1_BITMAP bitmap;
931 uint16_t handshake_write_seq;
932 uint16_t next_handshake_write_seq;
934 uint16_t handshake_read_seq;
937 uint8_t last_write_sequence[8];
944 pqueue buffered_messages;
950 pqueue sent_messages;
952 unsigned int mtu; /* max DTLS packet size */
954 struct hm_header_st w_msg_hdr;
958 unsigned int num_timeouts;
962 struct timeval next_timeout;
965 unsigned short timeout_duration;