Home
last modified time | relevance | path

Searched refs:NUD_STALE (Results 1 – 8 of 8) sorted by relevance

/external/libnl/include/linux/
Dneighbour.h42 #define NUD_STALE 0x04 macro
/external/kernel-headers/original/uapi/linux/
Dneighbour.h51 #define NUD_STALE 0x04 macro
/external/iproute2/include/linux/
Dneighbour.h51 #define NUD_STALE 0x04 macro
/external/iproute2/ip/
Dipneigh.c28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
67 *state = NUD_STALE; in nud_state_a2n()
/external/iproute2/bridge/
Dfdb.c52 if (s & NUD_STALE) in state_n2a()
/external/libnl/lib/route/
Dneigh.c661 __ADD(NUD_STALE, stale)
/external/iproute2/misc/
Darpd.c281 req.ndm.ndm_state = NUD_STALE; in respond_to_kernel()
/external/dhcpcd-6.8.2/
Dif-linux.c713 (NUD_REACHABLE | NUD_STALE | NUD_DELAY | NUD_PROBE | in link_neigh()