Home
last modified time | relevance | path

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

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