Searched refs:SSL_OP_NO_QUERY_MTU (Results 1 – 5 of 5) sorted by relevance
173 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
611 !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_update_mtu()
2866 if (SSL_is_dtls(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in SSL_clear()
1578 SSL_set_options(ssl.get(), SSL_OP_NO_QUERY_MTU); in NewSSL()
656 #define SSL_OP_NO_QUERY_MTU 0x00001000L macro