Searched refs:lcid (Results 1 – 2 of 2) sorted by relevance
169 key.cid = *lcid; in lcidm_get0_lcid()246 if (lcid->id_len > QUIC_MAX_CONN_ID_LEN) in lcidm_conn_new_lcid()252 lcid_obj->cid = *lcid; in lcidm_conn_new_lcid()499 const QUIC_CONN_ID *lcid, in ossl_quic_lcidm_lookup() argument505 if (lcid == NULL) in ossl_quic_lcidm_lookup()508 if ((lcid_obj = lcidm_get0_lcid(lcidm, lcid)) == NULL) in ossl_quic_lcidm_lookup()521 const QUIC_CONN_ID *lcid) in ossl_quic_lcidm_debug_remove() argument525 key.cid = *lcid; in ossl_quic_lcidm_debug_remove()534 const QUIC_CONN_ID *lcid, in ossl_quic_lcidm_debug_add() argument540 if (lcid == NULL || lcid->id_len > QUIC_MAX_CONN_ID_LEN) in ossl_quic_lcidm_debug_add()[all …]
234 const QUIC_CONN_ID *lcid,244 const QUIC_CONN_ID *lcid);252 const QUIC_CONN_ID *lcid,
Completed in 8 milliseconds