Searched refs:NUD_REACHABLE (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/include/linux/
H A Dneighbour.h50 #define NUD_REACHABLE 0x02 macro
/external/kernel-headers/original/uapi/linux/
H A Dneighbour.h50 #define NUD_REACHABLE 0x02 macro
/external/libnl/include/linux-private/linux/
H A Dneighbour.h41 #define NUD_REACHABLE 0x02 macro
/external/iproute2/bridge/
H A Dfdb.c55 if (s & NUD_REACHABLE)
305 req.ndm.ndm_state |= NUD_REACHABLE;
336 if (!(req.ndm.ndm_state&(NUD_PERMANENT|NUD_REACHABLE)))
/external/iproute2/ip/
H A Dipneigh.c28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
61 *state = NUD_REACHABLE;
/external/libnl/lib/route/
H A Dneigh.c24 * NUD_REACHABLE
732 __ADD(NUD_REACHABLE, reachable)
/external/dhcpcd-6.8.2/
H A Dif-linux.c713 (NUD_REACHABLE | NUD_STALE | NUD_DELAY | NUD_PROBE |

Completed in 119 milliseconds