HomeSort by: relevance | last modified time | path
    Searched refs:rcid (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rcidm.c 21 * to switch to a new RCID according to some arbitrary policy such as the number
24 * When we do this we should move to the next RCID in the sequence of received
31 * with sequence numbers 12, 10, 11, we should still consume the RCID with
38 const QUIC_CONN_ID *rcid);
46 * RCID
49 * The RCID structure is used to track RCIDs which have sequence numbers (i.e.,
52 * can logically be viewed as their own type of RCID but are tracked separately
55 * At any given time an RCID object is in one of these states:
73 * The RCID object is freed when it is popped.
77 * rcid->state == RCID_STATE_PENDING
305 RCID *rcid, *rnext; local
346 RCID *rcid; local
444 RCID *rcid; local
474 RCID *rcid; local
492 RCID *rcid; local
614 RCID *rcid; local
632 RCID *rcid = ossl_list_retiring_head(&rcidm->retiring_list); local
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_rcidm.h 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 doe
    [all...]
  /src/sys/dev/acpi/
qcompas.c 993 qcpas_glink_recv_open(struct qcpas_softc *sc, uint32_t rcid, uint32_t namelen)
1006 if (ch->ch_rcid == rcid) {
1028 ch->ch_rcid = rcid;
1101 qcpas_glink_recv_intent(struct qcpas_softc *sc, uint32_t rcid, uint32_t count)
1113 if (ch->ch_rcid == rcid)
1118 rcid);
1134 qcpas_glink_recv_tx_data(struct qcpas_softc *sc, uint32_t rcid, uint32_t liid)
1151 if (ch->ch_rcid == rcid)
1156 rcid);
1189 qcpas_glink_recv_rx_done(struct qcpas_softc *sc, uint32_t rcid, uint32_t riid
    [all...]

Completed in 79 milliseconds