Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel_local.h180 uint64_t max_idle_timeout_local_req; member
H A Dquic_channel.c373 ch->max_idle_timeout_local_req = QUIC_DEFAULT_IDLE_TIMEOUT; in ch_init()
375 ch->max_idle_timeout = ch->max_idle_timeout_local_req; in ch_init()
1592 ch->max_idle_timeout = min_u64_ignore_0(ch->max_idle_timeout_local_req, in ch_on_transport_params()
1903 ch->max_idle_timeout_local_req)) in ch_generate_transport_params()
4101 ch->max_idle_timeout_local_req = ms; in ossl_quic_channel_set_max_idle_timeout_request()
4105 return ch->max_idle_timeout_local_req; in ossl_quic_channel_get_max_idle_timeout_request()