Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_ackm.h131 int ossl_ackm_on_tx_packet(OSSL_ACKM *ackm, OSSL_ACKM_TX_PKT *pkt);
/openssl/test/
H A Dquic_ackm_test.c379 if (!TEST_int_eq(ossl_ackm_on_tx_packet(h.ackm, tx), 1)) in test_tx_ack_case_actual()
563 if (!TEST_int_eq(ossl_ackm_on_tx_packet(h.ackm, tx), 1)) in test_tx_ack_time_script()
1039 if (!TEST_int_eq(ossl_ackm_on_tx_packet(h.ackm, tx), 1)) in test_rx_ack_actual()
/openssl/ssl/quic/
H A Dquic_fifd.c304 return ossl_ackm_on_tx_packet(fifd->ackm, &pkt->ackm_pkt); in ossl_quic_fifd_pkt_commit()
H A Dquic_ackm.c1078 int ossl_ackm_on_tx_packet(OSSL_ACKM *ackm, OSSL_ACKM_TX_PKT *pkt) in ossl_ackm_on_tx_packet() function
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md189 int ossl_ackm_on_tx_packet(OSSL_ACKM *ackm, const OSSL_ACKM_TX_PKT *pkt);

Completed in 19 milliseconds