Home
last modified time | relevance | path

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

/smoltcp-0.9.1/fuzz/fuzz_targets/
Dtcp_headers.rs132 let neighbor_cache = NeighborCache::new(&mut neighbor_cache_entries[..]); localVariable
137 .neighbor_cache(neighbor_cache)
/smoltcp-0.9.1/src/iface/interface/
Dipv6.rs196 .neighbor_cache in process_ndisc()
202 self.neighbor_cache in process_ndisc()
220 self.neighbor_cache.as_mut().unwrap().fill( in process_ndisc()
Dmod.rs241 neighbor_cache: Option<NeighborCache>, field
556 neighbor_cache: Some(NeighborCache::new()), in new()
1182 neighbor_cache: None, in mock()
1505 .neighbor_cache in has_neighbor()
1512 .neighbor_cache in has_neighbor()
1586 .neighbor_cache in lookup_hardware_addr()
1660 self.neighbor_cache.as_mut().unwrap().limit_rate(self.now); in lookup_hardware_addr()
1666 if let Some(cache) = self.neighbor_cache.as_mut() { in flush_cache()
Dipv4.rs209 self.neighbor_cache.as_mut().unwrap().fill( in process_arp()
Dtests.rs1380 iface.inner.neighbor_cache.as_mut().unwrap().fill( in test_echo_request_sixlowpan_128_bytes()
1506 iface.inner.neighbor_cache.as_mut().unwrap().fill( in test_echo_request_sixlowpan_128_bytes()