Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dneighbour.h44 #define NUD_STALE 0x04 macro
/external/kernel-headers/original/linux/
Dneighbour.h44 #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)
66 *state = NUD_STALE; in nud_state_a2n()
/external/iproute2/misc/
Darpd.c278 req.ndm.ndm_state = NUD_STALE; in respond_to_kernel()