Home
last modified time | relevance | path

Searched defs:NUD_STALE (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/linux-private/linux/
Dneighbour.h54 #define NUD_STALE 0x04 macro
/external/iproute2/include/uapi/linux/
Dneighbour.h54 #define NUD_STALE 0x04 macro
/external/kernel-headers/original/uapi/linux/
Dneighbour.h58 #define NUD_STALE 0x04 macro
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2247 pub const NUD_STALE: u16 = 0x04; constant