Searched refs:NUD_STALE (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | neighbor_cache_entry_states.h | 23 #if defined(NUD_STALE) || (defined(HAVE_DECL_NUD_STALE) && HAVE_DECL_NUD_STALE) 24 XLAT(NUD_STALE),
|
D | neighbor_cache_entry_states.in | 3 NUD_STALE
|
/external/libnl/include/linux-private/linux/ |
D | neighbour.h | 42 #define NUD_STALE 0x04 macro
|
/external/iproute2/include/uapi/linux/ |
D | neighbour.h | 54 #define NUD_STALE 0x04 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | neighbour.h | 56 #define NUD_STALE 0x04 macro
|
/external/iproute2/bridge/ |
D | fdb.c | 57 if (s & NUD_STALE) in state_n2a() 74 *s = NUD_STALE; in state_a2n()
|
/external/iproute2/ip/ |
D | ipneigh.c | 28 #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/ |
D | socket_netlink_route_amd64.const | 302 NUD_STALE = 4
|
D | socket_netlink_route_arm.const | 302 NUD_STALE = 4
|
D | socket_netlink_route_386.const | 302 NUD_STALE = 4
|
D | socket_netlink_route_ppc64le.const | 302 NUD_STALE = 4
|
D | socket_netlink_route_arm64.const | 302 NUD_STALE = 4
|
D | socket_netlink_route.txt | 621 ndm_state = NUD_INCOMPLETE, NUD_REACHABLE, NUD_STALE, NUD_DELAY, NUD_PROBE, NUD_FAILED, NUD_NOARP, …
|
/external/iproute2/misc/ |
D | arpd.c | 274 .ndm.ndm_state = NUD_STALE, in respond_to_kernel()
|
/external/libnl/lib/route/ |
D | neigh.c | 733 __ADD(NUD_STALE, stale)
|