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

  /kernel/tests/net/test/
neighbour_test.py 35 NUD_DELAY = 0x08
202 self.assertNeighbourState(NUD_DELAY, router6)
227 self.assertNeighbourState(NUD_DELAY, router6)
  /frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java 40 public static final short NUD_DELAY = 0x08;
52 case NUD_DELAY: return "NUD_DELAY";
68 ((nudState & (NUD_PROBE|NUD_STALE|NUD_DELAY)) != 0));
  /bionic/libc/kernel/uapi/linux/
neighbour.h 58 #define NUD_DELAY 0x08
  /external/iproute2/include/uapi/linux/
neighbour.h 55 #define NUD_DELAY 0x08
  /external/kernel-headers/original/uapi/linux/
neighbour.h 55 #define NUD_DELAY 0x08
  /external/libnl/include/linux-private/linux/
neighbour.h 43 #define NUD_DELAY 0x08
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 43 #define NUD_DELAY 0x08

Completed in 137 milliseconds