Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/iface/
Droute.rs212 let mut routes = Routes::new(); in test_fill() localVariable
215 routes.lookup(&ADDR_1A.into(), Instant::from_millis(0)), in test_fill()
219 routes.lookup(&ADDR_1B.into(), Instant::from_millis(0)), in test_fill()
223 routes.lookup(&ADDR_1C.into(), Instant::from_millis(0)), in test_fill()
227 routes.lookup(&ADDR_2A.into(), Instant::from_millis(0)), in test_fill()
231 routes.lookup(&ADDR_2B.into(), Instant::from_millis(0)), in test_fill()
241 routes.update(|storage| { in test_fill()
246 routes.lookup(&ADDR_1A.into(), Instant::from_millis(0)), in test_fill()
250 routes.lookup(&ADDR_1B.into(), Instant::from_millis(0)), in test_fill()
254 routes.lookup(&ADDR_1C.into(), Instant::from_millis(0)), in test_fill()
[all …]
/smoltcp-0.9.1/src/iface/interface/
Dmod.rs258 routes: Routes, field
554 routes: Routes::new(), in new()
657 pub fn routes(&self) -> &Routes { in routes() method
658 &self.inner.routes in routes()
662 &mut self.inner.routes in routes_mut()
1151 routes: Routes::new(), in mock()
1497 self.routes.lookup(addr, timestamp) in route()
Dipv4.rs113 .routes in process_ipv4()
/smoltcp-0.9.1/
DCHANGELOG.md30 …- `Interface` now owns the list of addresses (#719), routes, neighbor cache (#722), 6LoWPAN addres…
DREADME.md248 Max amount of routes that can be added to one interface. Includes the default route. Includes both …