HomeSort by relevance Sort by last modified time
    Searched refs:NUD_REACHABLE (Results 1 - 12 of 12) sorted by null

  /external/strace/xlat/
neighbor_cache_entry_states.h 14 #if defined(NUD_REACHABLE) || (defined(HAVE_DECL_NUD_REACHABLE) && HAVE_DECL_NUD_REACHABLE)
15 XLAT(NUD_REACHABLE),
  /frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java 38 public static final short NUD_REACHABLE = 0x02;
50 case NUD_REACHABLE: return "NUD_REACHABLE";
63 return ((nudState & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)) != 0);
  /kernel/tests/net/test/
neighbour_test.py 33 NUD_REACHABLE = 0x02
213 self.assertNeighbourState(NUD_REACHABLE, router6)
216 # NUD state change" produces notifications for NUD_REACHABLE, but these
218 self.ExpectNeighbourNotification(router6, NUD_REACHABLE)
262 self.assertNeighbourState(NUD_REACHABLE, addr)
293 self.ExpectNeighbourNotification(router6, NUD_REACHABLE)
294 self.assertNeighbourState(NUD_REACHABLE, router6)
  /bionic/libc/kernel/uapi/linux/
neighbour.h 56 #define NUD_REACHABLE 0x02
  /external/iproute2/include/uapi/linux/
neighbour.h 53 #define NUD_REACHABLE 0x02
  /external/kernel-headers/original/uapi/linux/
neighbour.h 53 #define NUD_REACHABLE 0x02
  /external/libnl/include/linux-private/linux/
neighbour.h 41 #define NUD_REACHABLE 0x02
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 41 #define NUD_REACHABLE 0x02
  /external/iproute2/bridge/
fdb.c 60 if (s & NUD_REACHABLE)
76 *s = NUD_REACHABLE;
471 req.ndm.ndm_state |= NUD_REACHABLE;
473 req.ndm.ndm_state |= NUD_REACHABLE;
505 if (!(req.ndm.ndm_state&(NUD_PERMANENT|NUD_REACHABLE)))
  /external/iproute2/ip/
ipneigh.c 28 #define NUD_VALID (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
63 *state = NUD_REACHABLE;
  /external/libnl/lib/route/
neigh.c 24 * NUD_REACHABLE
732 __ADD(NUD_REACHABLE, reachable)
  /external/dhcpcd-6.8.2/
if-linux.c 713 (NUD_REACHABLE | NUD_STALE | NUD_DELAY | NUD_PROBE |
    [all...]

Completed in 385 milliseconds