Lines Matching refs:rcid
62 * supplied SCID. The added RCID implicitly has a sequence number of 0.
64 * We immediately switch to using this SCID as our preferred RCID. This SCID
68 const QUIC_CONN_ID *rcid);
73 * immediately switch to using this SCID as our preferred RCID when conducting
75 * once. The added RCID has no sequence number associated with it as it is
85 * RCID. The RCIDM retirement mechanism is ratcheted according to the
101 * This may influence the RCIDM's RCID change policy.
108 * This may influence the RCIDM's RCID change policy.
113 * Manually request switching to a new RCID as soon as possible.
123 * The RCIDM decides when it will never use a given RCID again. When it does
124 * this, it outputs the sequence number of that RCID using this function, which
129 * there is an RCID which needs retiring, the sequence number of that RCID is
135 * packets using the RCID may still be in flight. The caller must determine an
138 * this delay based on the last time a packet was transmitted using the RCID
141 int ossl_quic_rcidm_pop_retire_seq_num(QUIC_RCIDM *rcid, uint64_t *seq_num);
149 int ossl_quic_rcidm_peek_retire_seq_num(QUIC_RCIDM *rcid, uint64_t *seq_num);
155 * to decide when to change the preferred RCID.