Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/iface/
Dneighbor.rs56 pub(crate) const ENTRY_LIFETIME: Duration = Duration::from_millis(60_000); constant
76 expires_at: timestamp + Self::ENTRY_LIFETIME, in fill()
184 Instant::from_millis(0) + Cache::ENTRY_LIFETIME * 2 in test_fill()
206 Instant::from_millis(0) + Cache::ENTRY_LIFETIME * 2 in test_expire()