Lines Matching defs:s
67 int dtls1_new(SSL *s) in dtls1_new()
108 static void dtls1_clear_queues(SSL *s) in dtls1_clear_queues()
114 void dtls1_clear_received_buffer(SSL *s) in dtls1_clear_received_buffer()
126 void dtls1_clear_sent_buffer(SSL *s) in dtls1_clear_sent_buffer()
156 void dtls1_free(SSL *s) in dtls1_free()
172 int dtls1_clear(SSL *s) in dtls1_clear()
224 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) in dtls1_ctrl()
260 void dtls1_start_timer(SSL *s) in dtls1_start_timer()
304 struct timeval *dtls1_get_timeout(SSL *s, struct timeval *timeleft) in dtls1_get_timeout()
344 int dtls1_is_timer_expired(SSL *s) in dtls1_is_timer_expired()
362 static void dtls1_double_timeout(SSL *s) in dtls1_double_timeout()
369 void dtls1_stop_timer(SSL *s) in dtls1_stop_timer()
381 int dtls1_check_timeout_num(SSL *s) in dtls1_check_timeout_num()
405 int dtls1_handle_timeout(SSL *s) in dtls1_handle_timeout()
457 int DTLSv1_listen(SSL *s, BIO_ADDR *client) in DTLSv1_listen()
872 static int dtls1_handshake_write(SSL *s) in dtls1_handshake_write()
877 int dtls1_shutdown(SSL *s) in dtls1_shutdown()
902 int dtls1_query_mtu(SSL *s) in dtls1_query_mtu()
938 size_t dtls1_min_mtu(SSL *s) in dtls1_min_mtu()
943 size_t DTLS_get_data_mtu(const SSL *s) in DTLS_get_data_mtu()
979 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb) in DTLS_set_timer_cb()