Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel_local.h128 QUIC_CONN_ID cur_remote_dcid; member
H A Dquic_channel.c1544 if (ch->cur_remote_dcid.id_len == 0) { in ch_on_transport_params()
2136 ch->cur_remote_dcid = ch->init_scid = ch->qrx_pkt->hdr->src_conn_id; in ch_rx_handle_packet()
3017 if (ch->cur_remote_dcid.id_len == 0) { in ossl_quic_channel_on_new_conn_id()
3086 ch->cur_remote_dcid = f->conn_id; in ossl_quic_channel_on_new_conn_id()
3087 ossl_quic_tx_packetiser_set_cur_dcid(ch->txp, &ch->cur_remote_dcid); in ossl_quic_channel_on_new_conn_id()
3349 ch->cur_remote_dcid = *peer_scid; in ossl_quic_channel_on_new_conn()
3356 if (!ossl_quic_tx_packetiser_set_cur_dcid(ch->txp, &ch->cur_remote_dcid)) in ossl_quic_channel_on_new_conn()

Completed in 15 milliseconds