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

  /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;
  /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)
  /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";
  /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

Completed in 261 milliseconds