Searched refs:SSL_OP_NO_QUERY_MTU (Results 1 – 6 of 6) sorted by relevance
213 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
220 !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
382 #define SSL_OP_NO_QUERY_MTU 0x00001000L macro
438 SSL_set_options(ssl, SSL_OP_NO_QUERY_MTU); in dtls_client()489 SSL_set_options(ssl, SSL_OP_NO_QUERY_MTU); in dtls_server()
1106 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
1525 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body()