Searched refs:routes (Results 1 – 5 of 5) sorted by relevance
/smoltcp-0.9.1/src/iface/ |
D | route.rs | 212 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/ |
D | mod.rs | 258 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()
|
D | ipv4.rs | 113 .routes in process_ipv4()
|
/smoltcp-0.9.1/ |
D | CHANGELOG.md | 30 …- `Interface` now owns the list of addresses (#719), routes, neighbor cache (#722), 6LoWPAN addres…
|
D | README.md | 248 Max amount of routes that can be added to one interface. Includes the default route. Includes both …
|