Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c891 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, in dtls1_shutdown()
897 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); in dtls1_shutdown()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h151 # define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN 70 macro
H A Dbio.h.in152 # define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN 70 macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1544 case BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN: in dgram_sctp_ctrl()