Searched refs:DTLSv1_handle_timeout (Results 1 – 14 of 14) sorted by relevance
5 DTLSv1_handle_timeout - handle a pending timeout event for a DTLS or QUIC SSL12 int DTLSv1_handle_timeout(SSL *ssl);16 DTLSv1_handle_timeout() handles any timeout events which have become pending20 when to call DTLSv1_handle_timeout().
21 time left before the SSL object needs have DTLSv1_handle_timeout() called on it.32 Once the timeout expires, DTLSv1_handle_timeout() should be called to handle any34 L<DTLSv1_handle_timeout(3)>.47 L<DTLSv1_handle_timeout(3)>, L<SSL_get_event_timeout(3)>, L<ssl(7)>
36 L<DTLSv1_handle_timeout(3)>. Since SSL_handle_events() handles a superset of the use37 cases of L<DTLSv1_handle_timeout(3)>, it should be preferred for new76 Note that SSL_handle_events() supersedes the older L<DTLSv1_handle_timeout(3)> function85 L<SSL_get_event_timeout(3)>, L<DTLSv1_handle_timeout(3)>, L<ssl(7)>
132 DTLSv1_handle_timeout(3)
177 DTLSv1_handle_timeout(3)
291 DTLSv1_handle_timeout define
1026 DEPEND[html/man3/DTLSv1_handle_timeout.html]=man3/DTLSv1_handle_timeout.pod1027 GENERATE[html/man3/DTLSv1_handle_timeout.html]=man3/DTLSv1_handle_timeout.pod1028 DEPEND[man/man3/DTLSv1_handle_timeout.3]=man3/DTLSv1_handle_timeout.pod1029 GENERATE[man/man3/DTLSv1_handle_timeout.3]=man3/DTLSv1_handle_timeout.pod3304 html/man3/DTLSv1_handle_timeout.html \3976 man/man3/DTLSv1_handle_timeout.3 \
527 This can also be used with DTLS and supersedes L<DTLSv1_handle_timeout(3)> for
2672 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0) in sv_body()
1394 # define DTLSv1_handle_timeout(ssl) \ macro
1347 # define DTLSv1_handle_timeout(ssl) \ macro
437 network I/O. Also compatible with DTLSv1 and supersedes `DTLSv1_handle_timeout`
7637 return DTLSv1_handle_timeout(s) >= 0; in SSL_handle_events()
138 MAN+= DTLSv1_handle_timeout.3