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

  /external/strace/xlat/
neighbor_cache_entry_states.h 26 #if defined(NUD_FAILED) || (defined(HAVE_DECL_NUD_FAILED) && HAVE_DECL_NUD_FAILED)
27 XLAT(NUD_FAILED),
  /frameworks/base/core/java/android/net/metrics/
IpReachabilityEvent.java 36 public static final int NUD_FAILED = 2 << 8;
47 // byte 2: type of event: PROBE, NUD_FAILED, PROVISIONING_LOST
85 return isProvisioningLost ? PROVISIONING_LOST : NUD_FAILED;
  /frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java 42 public static final short NUD_FAILED = 0x20;
54 case NUD_FAILED: return "NUD_FAILED";
  /kernel/tests/net/test/
neighbour_test.py 37 NUD_FAILED = 0x20
76 self.iproute.UpdateNeighbour(6, addr, None, ifindex, NUD_FAILED)
245 self.assertNeighbourState(NUD_FAILED, router6)
246 self.ExpectNeighbourNotification(router6, NUD_FAILED, {"NDA_PROBES": 3})
273 self.iproute.UpdateNeighbour(6, router6, None, ifindex, NUD_FAILED)
274 self.ExpectNeighbourNotification(router6, NUD_FAILED)
275 self.assertNeighbourState(NUD_FAILED, router6)
  /bionic/libc/kernel/uapi/linux/
neighbour.h 60 #define NUD_FAILED 0x20
  /external/iproute2/include/uapi/linux/
neighbour.h 57 #define NUD_FAILED 0x20
  /external/kernel-headers/original/uapi/linux/
neighbour.h 57 #define NUD_FAILED 0x20
  /external/libnl/include/linux-private/linux/
neighbour.h 45 #define NUD_FAILED 0x20
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 45 #define NUD_FAILED 0x20
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 90 * - A neighbour transitioning to NUD_FAILED (for any reason) is
118 * marks the neighbour as being in state NUD_FAILED, and the listening
122 * neighbour in NUD_FAILED would cause IPv4 or IPv6 configuration to
208 if (event.nudState == StructNdMsg.NUD_FAILED) {
302 if (entry.getValue().nudState != StructNdMsg.NUD_FAILED) continue;
  /frameworks/base/tests/net/java/com/android/server/connectivity/
IpConnectivityEventBuilderTest.java 74 anInt(IpReachabilityEvent.NUD_FAILED));
316 anInt(IpReachabilityEvent.NUD_FAILED));
IpConnectivityMetricsTest.java 76 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED);
325 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED),
  /external/iproute2/ip/
ipneigh.c 77 *state = NUD_FAILED;
476 filter.state &= ~NUD_FAILED;
  /external/iproute2/misc/
arpd.c 394 if (ndm->ndm_state&NUD_FAILED) {
  /external/libnl/lib/route/
neigh.c 28 * NUD_FAILED
736 __ADD(NUD_FAILED, failed)

Completed in 335 milliseconds