Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dssltestlib.h47 #define MEMPACKET_CTRL_SET_DUPLICATE_REC (4 << 15) macro
Ddtlstest.c315 BIO_ctrl(SSL_get_wbio(clientssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL); in test_dtls_duplicate_records()
316 BIO_ctrl(SSL_get_wbio(serverssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL); in test_dtls_duplicate_records()
Dssltestlib.c592 case MEMPACKET_CTRL_SET_DUPLICATE_REC: in mempacket_test_ctrl()