Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dmod.rs198 handshake_status: HandshakeStatus, now: Instant, trace_id: &str, in on_packet_sent()
244 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received()
356 &mut self, handshake_status: HandshakeStatus, now: Instant, in on_loss_detection_timeout()
419 &mut self, epoch: packet::Epoch, handshake_status: HandshakeStatus, in on_pkt_num_space_discarded()
529 &self, handshake_status: HandshakeStatus, now: Instant, in pto_time_and_space()
574 &mut self, handshake_status: HandshakeStatus, now: Instant, in set_loss_detection_timer()
941 pub struct HandshakeStatus { struct
950 impl Default for HandshakeStatus { implementation
/external/rust/crates/quiche/src/
Dlib.rs3985 fn handshake_status(&self) -> recovery::HandshakeStatus { in handshake_status()