Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dquic_ackm_test.c665 #define RX_OP_CHECK_STATE(advance, expect_desired, expect_deadline) \ macro
710 RX_OP_CHECK_STATE(0, 0, 0) /* no threshold yet */
716 RX_OP_CHECK_STATE(0, 1, 0) /* threshold met, immediate */
749 RX_OP_CHECK_STATE(0, 0, 0) /* no threshold yet */
756 RX_OP_CHECK_STATE(0, 1, 0) /* first packet always causes ACK */
758 RX_OP_CHECK_STATE(0, 0, 0) /* desired state should have been cleared */
764 RX_OP_CHECK_STATE(0, 0, 1) /* threshold not yet met, so deadline */
771 RX_OP_CHECK_STATE(0, 1, 0) /* desired immediately */
800 RX_OP_CHECK_STATE(0, 0, 0) /* no threshold yet */
807 RX_OP_CHECK_STATE(0, 1, 0) /* first packet always causes ACK */
[all …]