Home
last modified time | relevance | path

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

/external/strace/xlat/
Dneighbor_cache_entry_states.h23 #if defined(NUD_STALE) || (defined(HAVE_DECL_NUD_STALE) && HAVE_DECL_NUD_STALE)
24 XLAT(NUD_STALE),
Dneighbor_cache_entry_states.in3 NUD_STALE
/external/libnl/include/linux-private/linux/
Dneighbour.h42 #define NUD_STALE 0x04 macro
/external/iproute2/include/uapi/linux/
Dneighbour.h54 #define NUD_STALE 0x04 macro
/external/kernel-headers/original/uapi/linux/
Dneighbour.h56 #define NUD_STALE 0x04 macro
/external/iproute2/bridge/
Dfdb.c57 if (s & NUD_STALE) in state_n2a()
74 *s = NUD_STALE; in state_a2n()
/external/iproute2/ip/
Dipneigh.c28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
69 *state = NUD_STALE; in nud_state_a2n()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const302 NUD_STALE = 4
Dsocket_netlink_route_arm.const302 NUD_STALE = 4
Dsocket_netlink_route_386.const302 NUD_STALE = 4
Dsocket_netlink_route_ppc64le.const302 NUD_STALE = 4
Dsocket_netlink_route_arm64.const302 NUD_STALE = 4
Dsocket_netlink_route.txt621 ndm_state = NUD_INCOMPLETE, NUD_REACHABLE, NUD_STALE, NUD_DELAY, NUD_PROBE, NUD_FAILED, NUD_NOARP, …
/external/iproute2/misc/
Darpd.c274 .ndm.ndm_state = NUD_STALE, in respond_to_kernel()
/external/libnl/lib/route/
Dneigh.c733 __ADD(NUD_STALE, stale)