Home
last modified time | relevance | path

Searched refs:QUIC_CHANNEL_STATE_IDLE (Results 1 – 3 of 3) sorted by relevance

/openssl/include/internal/
H A Dquic_channel.h103 # define QUIC_CHANNEL_STATE_IDLE 0 macro
/openssl/ssl/quic/
H A Dqlog_event_helpers.c34 case QUIC_CHANNEL_STATE_IDLE: in map_state_to_qlog()
H A Dquic_channel.c483 if (ch->state != QUIC_CHANNEL_STATE_IDLE) in ossl_quic_channel_set_peer_addr()
2584 if (ch->state != QUIC_CHANNEL_STATE_IDLE) in ossl_quic_channel_start()
2864 case QUIC_CHANNEL_STATE_IDLE: in ch_start_terminating()
3339 if (!ossl_assert(ch->state == QUIC_CHANNEL_STATE_IDLE && ch->is_server)) in ossl_quic_channel_on_new_conn()

Completed in 17 milliseconds