Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_QUERY_MTU (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dd1_lib.c196 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
H A Dd1_both.c220 !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c1174 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
H A Ds_server.c1588 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h396 #define SSL_OP_NO_QUERY_MTU 0x00001000L macro