Lines Matching refs:number

12   - Providing information on the largest unacked packet number so that packet
19 - Providing information on whether a given RX packet number is potentially
28 - be notified when a packet number space is discarded
49 - It indicates the largest unacknowledged packet number
50 for a given packet number space.
68 There are three QUIC packet number spaces: Initial, Handshake and Application
72 /* QUIC packet number spaces. */
80 `QUIC_PN_INFINITE` evaluates to an invalid QUIC packet number value.
83 /* QUIC packet number representation. */
134 /* The packet number of the transmitted packet. */
137 /* The number of bytes in the packet which was sent. */
149 * This is necessary to bound the number of PNs we have to keep track of on
157 * into a packet number space.
223 /* The packet number of the received packet. */
231 * into a packet number space.
254 `pkt_space` is one of the `QUIC_PN_SPACE_*` values, specifying the packet number
273 * A sequence of packet number ranges [[start, end]...].
280 * As such, ack_ranges[0].end is always the highest packet number
282 * always the lowest packet number being acknowledged.
285 * acknowledge at least one packet number.
302 This must be called whenever a packet number space is discarded. ACK-tracking
303 information for the number space is thrown away. Any previously provided
413 Returns 1 if the given RX packet number is “processable”. A processable PN is
443 The fields of `OSSL_ACKM_PROBE_INFO` record the number of probe requests
446 - `handshake` designates the number of ACK-eliciting Handshake
450 - `padded_initial` designates the number of ACK-eliciting
454 - `pto` designates the number of ACK-eliciting outstanding probe events
455 corresponding to each packet number space. This is equivalent to
477 This gets the largest unacknowledged packet number in the given packet number
478 space. The packet number is written to `*pn`. Returns 1 on success.
481 the abridged packet number in the packet header.