Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dquic_channel.h286 const QUIC_CONN_ID *peer_scid,
/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c3625 const QUIC_CONN_ID *peer_scid, in ch_on_new_conn_common() argument
3634 ch->cur_remote_dcid = *peer_scid; in ch_on_new_conn_common()
3678 const QUIC_CONN_ID *peer_scid, 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()
3715 const QUIC_CONN_ID *peer_scid, in ossl_quic_bind_channel() argument
3733 return ch_on_new_conn_common(ch, peer, peer_scid, peer_dcid, peer_odcid); in ossl_quic_bind_channel()