Home
last modified time | relevance | path

Searched refs:NUD_DELAY (Results 1 – 6 of 6) sorted by relevance

/external/libnl/include/linux-private/linux/
Dneighbour.h43 #define NUD_DELAY 0x08 macro
/external/iproute2/include/linux/
Dneighbour.h52 #define NUD_DELAY 0x08 macro
/external/kernel-headers/original/uapi/linux/
Dneighbour.h52 #define NUD_DELAY 0x08 macro
/external/iproute2/ip/
Dipneigh.c28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
71 *state = NUD_DELAY; in nud_state_a2n()
/external/libnl/lib/route/
Dneigh.c734 __ADD(NUD_DELAY, delay)
/external/dhcpcd-6.8.2/
Dif-linux.c713 (NUD_REACHABLE | NUD_STALE | NUD_DELAY | NUD_PROBE | in link_neigh()