Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDd1_lib.c259 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()
HDd1_both.c240 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()
HDssl.h612 # define SSL_OP_NO_QUERY_MTU 0x00001000L macro
/NextBSD/crypto/openssl/apps/
HDs_client.c1481 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in MAIN()
HDs_server.c2238 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body()