Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_ackm.c421 QUIC_PN highest = QUIC_PN_INVALID; in rx_pkt_history_trim_range_count()
426 highest = (highest == QUIC_PN_INVALID) in rx_pkt_history_trim_range_count()
436 if (highest != QUIC_PN_INVALID) in rx_pkt_history_trim_range_count()
754 assert(ackm->largest_acked_pkt[pkt_space] != QUIC_PN_INVALID); in ackm_detect_and_remove_lost_pkts()
999 if (apkt->largest_acked != QUIC_PN_INVALID) in ackm_on_pkts_acked()
1034 ackm->largest_acked_pkt[i] = QUIC_PN_INVALID; in ossl_ackm_new()
1151 if (ackm->largest_acked_pkt[pkt_space] == QUIC_PN_INVALID) in ossl_ackm_on_rx_ack_frame()
H A Dquic_wire_pkt.c757 = (largest_acked == QUIC_PN_INVALID) ? pn + 1 : pn - largest_acked; in ossl_quic_wire_determine_pn_len()
H A Dquic_record_rx.c866 rxe->pn = QUIC_PN_INVALID; in qrx_process_pkt()
H A Dquic_txp.c1832 tpkt->ackm_pkt.largest_acked = QUIC_PN_INVALID; in txp_generate_pre_token()
/openssl/include/internal/
H A Dquic_types.h57 # define QUIC_PN_INVALID UINT64_MAX macro
/openssl/test/
H A Dquic_fifd_test.c176 pkt->ackm_pkt.largest_acked = QUIC_PN_INVALID; in test_generic()
234 pkt2->ackm_pkt.largest_acked = QUIC_PN_INVALID; in test_generic()
H A Dquic_ackm_test.c371 tx->largest_acked = QUIC_PN_INVALID; in test_tx_ack_case_actual()
551 tx->largest_acked = QUIC_PN_INVALID; in test_tx_ack_time_script()
815 RX_OP_TX (0, 0, QUIC_PN_INVALID)
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md147 * Otherwise, it should be set to QUIC_PN_INVALID.

Completed in 54 milliseconds