Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_rx_depack.c369 uint64_t peer_role, stream_ordinal; in depack_do_implicit_stream_create() local
398 peer_role = ch->is_server in depack_do_implicit_stream_create()
402 is_remote_init = ((stream_id & QUIC_STREAM_INITIATOR_MASK) == peer_role); in depack_do_implicit_stream_create()
H A Dquic_channel.c3544 uint64_t peer_role; in ossl_quic_channel_new_stream_remote() local
3548 peer_role = ch->is_server in ossl_quic_channel_new_stream_remote()
3552 if ((stream_id & QUIC_STREAM_INITIATOR_MASK) != peer_role) in ossl_quic_channel_new_stream_remote()

Completed in 17 milliseconds