Home
last modified time | relevance | path

Searched refs:cur_local_cid (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Dquic_channel_local.h123 QUIC_CONN_ID cur_local_cid; member
H A Dquic_channel.c1733 &ch->cur_local_cid)) in ch_generate_transport_params()
1806 QLOG_CID("initial_source_connection_id", &ch->cur_local_cid); in ch_generate_transport_params()
3343 if (!ossl_quic_lcidm_generate_initial(ch->lcidm, ch, &ch->cur_local_cid)) in ossl_quic_channel_on_new_conn()
3359 if (!ossl_quic_tx_packetiser_set_cur_scid(ch->txp, &ch->cur_local_cid)) in ossl_quic_channel_on_new_conn()
3603 if (!ossl_quic_lcidm_debug_remove(ch->lcidm, &ch->cur_local_cid)) in ossl_quic_channel_replace_local_cid()
3605 ch->cur_local_cid = *conn_id; in ossl_quic_channel_replace_local_cid()
3607 if (!ossl_quic_tx_packetiser_set_cur_scid(ch->txp, &ch->cur_local_cid)) in ossl_quic_channel_replace_local_cid()
3610 if (!ossl_quic_lcidm_debug_add(ch->lcidm, ch, &ch->cur_local_cid, in ossl_quic_channel_replace_local_cid()
3679 *cid = ch->cur_local_cid; in ossl_quic_channel_get_diag_local_cid()

Completed in 13 milliseconds