Searched refs:MEMPACKET_CTRL_SET_DUPLICATE_REC (Results 1 – 3 of 3) sorted by relevance
47 #define MEMPACKET_CTRL_SET_DUPLICATE_REC (4 << 15) macro
315 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()
592 case MEMPACKET_CTRL_SET_DUPLICATE_REC: in mempacket_test_ctrl()