Searched refs:SSL_OP_NO_QUERY_MTU (Results 1 – 5 of 5) sorted by relevance
259 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()470 && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
240 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()384 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
612 # define SSL_OP_NO_QUERY_MTU 0x00001000L macro
1481 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in MAIN()
2238 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body()