Searched refs:get_timestamp (Results 1 – 4 of 4) sorted by relevance
95 fn get_timestamp(&self) -> SystemTime; // used by router in get_timestamp() method123 fn get_timestamp(&self) -> SystemTime { in get_timestamp() method166 fn get_timestamp(&self) -> SystemTime { in get_timestamp() method167 self.chunk_ip.get_timestamp() in get_timestamp()273 fn get_timestamp(&self) -> SystemTime { in get_timestamp() method274 self.chunk_ip.get_timestamp() in get_timestamp()
462 if c.get_timestamp().duration_since(cut_off).is_ok() { in process_chunks()465 let next_expire = c.get_timestamp().add(min_delay); in process_chunks()
39 assert_eq!(ts, c.get_timestamp(), "timestamp should match"); in test_chunk_udp()
59 .duration_since(c.get_timestamp()) in on_inbound_chunk()