pub enum NdpState {
Incomplete,
Reachable,
Stale,
Delay,
Probe,
}Expand description
NDP neighbor cache entry state (RFC 4861 Section 7.3.2)
Variants§
Incomplete
Address resolution is in progress; waiting for NA response
Reachable
Positive confirmation that the path is working
Stale
No positive confirmation received recently; still usable
Delay
Stale entry waiting for upper-layer reachability confirmation
Probe
Actively probing with Neighbor Solicitation messages
Trait Implementations§
impl Copy for NdpState
impl Eq for NdpState
impl StructuralPartialEq for NdpState
Auto Trait Implementations§
impl Freeze for NdpState
impl RefUnwindSafe for NdpState
impl Send for NdpState
impl Sync for NdpState
impl Unpin for NdpState
impl UnwindSafe for NdpState
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)