Searched refs:DTLSv1_handle_timeout (Results 1 – 4 of 4) sorted by relevance
714 if (DTLSv1_handle_timeout(client) > 0) in do_client_server_loop()725 if (DTLSv1_handle_timeout(server) > 0) in do_client_server_loop()
1358 DTLSv1_handle_timeout(con) > 0) in s_client_main()
1585 DTLSv1_handle_timeout(con) > 0) in sv_body()
942 #define DTLSv1_handle_timeout(ssl) \ macro