Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_rx_depack.c373 uint64_t peer_role, stream_ordinal; in depack_do_implicit_stream_create() local
402 peer_role = ch->is_server in depack_do_implicit_stream_create()
406 is_remote_init = ((stream_id & QUIC_STREAM_INITIATOR_MASK) == peer_role); in depack_do_implicit_stream_create()
H A Dquic_channel.c3896 uint64_t peer_role; in ossl_quic_channel_new_stream_remote() local
3900 peer_role = ch->is_server in ossl_quic_channel_new_stream_remote()
3904 if ((stream_id & QUIC_STREAM_INITIATOR_MASK) != peer_role) in ossl_quic_channel_new_stream_remote()