Searched refs:BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN (Results 1 – 6 of 6) sorted by relevance
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | d1_lib.c | 881 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()
|
/netbsd/crypto/external/bsd/openssl/dist/ssl/ |
H A D | d1_lib.c | 874 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, in dtls1_shutdown() 880 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); in dtls1_shutdown()
|
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bio.h | 139 # define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN 70 macro
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bss_dgram.c | 1562 case BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN: in dgram_sctp_ctrl()
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_dgram.c | 1544 case BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN: in dgram_sctp_ctrl()
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bio.h.in | 152 # define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN 70 macro
|