Searched refs:peer_dcid (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_channel.c | 3626 const QUIC_CONN_ID *peer_dcid, in ch_on_new_conn_common() argument 3633 ch->init_dcid = *peer_dcid; in ch_on_new_conn_common() 3679 const QUIC_CONN_ID *peer_dcid) in ossl_quic_channel_on_new_conn() argument 3688 return ch_on_new_conn_common(ch, peer, peer_scid, peer_dcid, NULL); in ossl_quic_channel_on_new_conn() 3716 const QUIC_CONN_ID *peer_dcid, in ossl_quic_bind_channel() argument 3719 if (peer_dcid == NULL) in ossl_quic_bind_channel() 3725 ch->cur_local_cid = *peer_dcid; in ossl_quic_bind_channel() 3726 if (!ossl_quic_lcidm_bind_channel(ch->lcidm, ch, peer_dcid)) in ossl_quic_bind_channel() 3733 return ch_on_new_conn_common(ch, peer, peer_scid, peer_dcid, peer_odcid); in ossl_quic_bind_channel()
|
| /src/crypto/openssl/include/internal/ |
| H A D | quic_channel.h | 287 const QUIC_CONN_ID *peer_dcid);
|