Searched defs:SSL_OP_NO_DTLSv1 (Results 1 – 3 of 3) sorted by relevance
137 pub const SSL_OP_NO_DTLSv1: ssl_op_type!() = 0x04000000; constant140 pub const SSL_OP_NO_DTLSv1: ssl_op_type!() = 0x40000000; constant
383 # define SSL_OP_NO_DTLSv1 0x04000000U macro
400 # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26) macro