Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_wire.h162 } OSSL_QUIC_FRAME_ACK; typedef
165 int ossl_quic_frame_ack_contains_pn(const OSSL_QUIC_FRAME_ACK *ack, QUIC_PN pn);
262 const OSSL_QUIC_FRAME_ACK *ack);
547 OSSL_QUIC_FRAME_ACK *ack,
H A Dquic_ackm.h164 int ossl_ackm_on_rx_ack_frame(OSSL_ACKM *ackm, const OSSL_QUIC_FRAME_ACK *ack,
188 const OSSL_QUIC_FRAME_ACK *ossl_ackm_get_ack_frame(OSSL_ACKM *ackm,
H A Dquic_txp.h211 void (*cb)(const OSSL_QUIC_FRAME_ACK *ack,
/openssl/ssl/quic/
H A Dquic_ackm.c555 OSSL_QUIC_FRAME_ACK ack[QUIC_PN_SPACE_NUM];
670 const OSSL_QUIC_FRAME_ACK *ack, in ackm_detect_and_remove_newly_acked_pkts()
1121 static void ackm_process_ecn(OSSL_ACKM *ackm, const OSSL_QUIC_FRAME_ACK *ack, in ackm_process_ecn()
1145 int ossl_ackm_on_rx_ack_frame(OSSL_ACKM *ackm, const OSSL_QUIC_FRAME_ACK *ack, in ossl_ackm_on_rx_ack_frame()
1390 static int ack_contains(const OSSL_QUIC_FRAME_ACK *ack, QUIC_PN pkt_num) in ack_contains()
1594 OSSL_QUIC_FRAME_ACK *ack) in ackm_fill_rx_ack_ranges()
1615 const OSSL_QUIC_FRAME_ACK *ossl_ackm_get_ack_frame(OSSL_ACKM *ackm, in ossl_ackm_get_ack_frame()
1618 OSSL_QUIC_FRAME_ACK *ack = &ackm->ack[pkt_space]; in ossl_ackm_get_ack_frame()
H A Dquic_wire.c19 int ossl_quic_frame_ack_contains_pn(const OSSL_QUIC_FRAME_ACK *ack, QUIC_PN pn) in OSSL_SAFE_MATH_UNSIGNED()
57 const OSSL_QUIC_FRAME_ACK *ack) in ossl_quic_wire_encode_frame_ack()
519 OSSL_QUIC_FRAME_ACK *ack, in ossl_quic_wire_decode_frame_ack()
H A Dqlog_event_helpers.c210 OSSL_QUIC_FRAME_ACK ack; in log_frame_actual()
H A Dquic_trace.c78 OSSL_QUIC_FRAME_ACK ack; in frame_ack()
H A Dquic_txp.c113 void (*ack_tx_cb)(const OSSL_QUIC_FRAME_ACK *ack,
621 void (*cb)(const OSSL_QUIC_FRAME_ACK *ack, in ossl_quic_tx_packetiser_set_ack_tx_cb()
1829 const OSSL_QUIC_FRAME_ACK *ack; in txp_generate_pre_token()
1830 OSSL_QUIC_FRAME_ACK ack2; in txp_generate_pre_token()
H A Dquic_rx_depack.c66 OSSL_QUIC_FRAME_ACK ack; in depack_do_frame_ack()
H A Dquic_channel.c100 static void ch_on_txp_ack_tx(const OSSL_QUIC_FRAME_ACK *ack, uint32_t pn_space,
841 static void ch_on_txp_ack_tx(const OSSL_QUIC_FRAME_ACK *ack, uint32_t pn_space, in ch_on_txp_ack_tx()
/openssl/test/
H A Dquic_ackm_test.c343 OSSL_QUIC_FRAME_ACK ack = {0}; in test_tx_ack_case_actual()
521 OSSL_QUIC_FRAME_ACK ack = {0}; in test_tx_ack_time_script()
909 const OSSL_QUIC_FRAME_ACK *ack; in test_rx_ack_actual()
910 OSSL_QUIC_FRAME_ACK rx_ack = {0}; in test_rx_ack_actual()
H A Dquic_wire_test.c81 static const OSSL_QUIC_FRAME_ACK encode_case_3_f = {
99 OSSL_QUIC_FRAME_ACK f = {0}; in encode_case_3_dec()
1380 OSSL_QUIC_FRAME_ACK f = {0}; in ack_generic_decode()
H A Dquic_fifd_test.c115 OSSL_QUIC_FRAME_ACK ack = {0}; in test_generic()
H A Dquic_txp_test.c65 OSSL_QUIC_FRAME_ACK ack;

Completed in 57 milliseconds