Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel_local.h129 uint64_t cur_remote_seq_num; member
H A Dquic_channel.c1514 if (!ossl_quic_srtm_add(ch->srtm, ch, ch->cur_remote_seq_num, in ch_on_transport_params()
3010 uint64_t new_remote_seq_num = ch->cur_remote_seq_num; in ossl_quic_channel_on_new_conn_id()
3074 if (new_remote_seq_num > ch->cur_remote_seq_num) { in ossl_quic_channel_on_new_conn_id()
3085 ch->cur_remote_seq_num = new_remote_seq_num; in ossl_quic_channel_on_new_conn_id()

Completed in 15 milliseconds