Searched defs:HandshakeStatus (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 320 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/ |
D | path.rs | 389 &mut self, handshake_status: HandshakeStatus, now: time::Instant, in on_loss_detection_timeout()
|
D | lib.rs | 7097 fn handshake_status(&self) -> recovery::HandshakeStatus { in handshake_status()
|