Lines Matching defs:dtls1_state_st
1775 typedef struct dtls1_state_st { struct
1776 unsigned char cookie[DTLS1_COOKIE_LENGTH];
1777 size_t cookie_len;
1778 unsigned int cookie_verified;
1780 unsigned short handshake_write_seq;
1781 unsigned short next_handshake_write_seq;
1782 unsigned short handshake_read_seq;
1784 pqueue *buffered_messages;
1786 pqueue *sent_messages;
1787 size_t link_mtu; /* max on-the-wire DTLS packet size */
1788 size_t mtu; /* max DTLS packet size */
1789 struct hm_header_st w_msg_hdr;
1790 struct hm_header_st r_msg_hdr;
1791 struct dtls1_timeout_st timeout;
1795 struct timeval next_timeout;
1797 unsigned int timeout_duration_us;
1799 unsigned int retransmitting;
1801 int shutdown_received;
1804 DTLS_timer_cb timer_cb;