Home
last modified time | relevance | path

Searched defs:HandshakeStatus (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dmod.rs320 handshake_status: HandshakeStatus, now: Instant, trace_id: &str, in on_packet_sent()
421 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received()
578 &mut self, handshake_status: HandshakeStatus, now: Instant, in on_loss_detection_timeout()
644 &mut self, epoch: packet::Epoch, handshake_status: HandshakeStatus, in on_pkt_num_space_discarded()
794 &self, handshake_status: HandshakeStatus, now: Instant, in pto_time_and_space()
841 &mut self, handshake_status: HandshakeStatus, now: Instant, in set_loss_detection_timer()
1252 pub struct HandshakeStatus { struct
1261 impl Default for HandshakeStatus { argument
/external/rust/crates/quiche/src/
Dpath.rs389 &mut self, handshake_status: HandshakeStatus, now: time::Instant, in on_loss_detection_timeout()
Dlib.rs7097 fn handshake_status(&self) -> recovery::HandshakeStatus { in handshake_status()