Home
last modified time | relevance | path

Searched refs:BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ssl/
Dd1_lib.c881 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, in dtls1_shutdown()
887 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); in dtls1_shutdown()
/third_party/openssl/include/openssl/
Dbio.h139 # define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN 70 macro
/third_party/openssl/crypto/bio/
Dbss_dgram.c1562 case BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN: in dgram_sctp_ctrl()