Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/iface/interface/
Dmod.rs1592 NeighborAnswer::RateLimited => return Err(DispatchError::NeighborPending), in lookup_hardware_addr()
1622 return Err(DispatchError::NeighborPending); in lookup_hardware_addr()
1651 return Err(DispatchError::NeighborPending); in lookup_hardware_addr()
1661 Err(DispatchError::NeighborPending) in lookup_hardware_addr()
1876 NeighborPending, enumerator
Dtests.rs864 Err(DispatchError::NeighborPending) in test_handle_other_arp_request()