Home
last modified time | relevance | path

Searched defs:rcid_st (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/quic/
H A Dquic_rcidm.c126 typedef struct rcid_st { struct
129 QUIC_CONN_ID cid; /* The actual CID string for this RCID */
130 uint64_t seq_num;
131 size_t pq_idx; /* Index of entry into priority queue */
132 unsigned int state : 2; /* RCID_STATE_* */
133 unsigned int type : 2; /* RCID_TYPE_* */

Completed in 9 milliseconds