Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c200 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
389 && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
912 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()
/freebsd/crypto/openssl/test/
H A Ddtls_mtu_test.c212 SSL_set_options(srvr_ssl, SSL_OP_NO_QUERY_MTU); in test_server_mtu_larger_than_max_fragment_length()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c249 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod238 =item SSL_OP_NO_QUERY_MTU
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2318 # ifdef SSL_OP_NO_QUERY_MTU
2319 { "SSL_OP_NO_QUERY_MTU", SSL_OP_NO_QUERY_MTU },
/freebsd/crypto/openssl/apps/
H A Ds_client.c2079 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
H A Ds_server.c2416 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h372 # define SSL_OP_NO_QUERY_MTU SSL_OP_BIT(12) macro
H A Dssl.h.in349 # define SSL_OP_NO_QUERY_MTU SSL_OP_BIT(12) macro