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

  /kernel/tests/net/test/
neighbour_test.py 38 NUD_PERMANENT = 0x80
194 self.assertNeighbourState(NUD_PERMANENT, router4)
252 self.assertNeighbourState(NUD_PERMANENT, router4)
iproute.py 152 NUD_PERMANENT = 0x80
629 self._Neighbour(version, True, addr, lladdr, dev, NUD_PERMANENT)
  /frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java 44 public static final short NUD_PERMANENT = 0x80;
56 case NUD_PERMANENT: return "NUD_PERMANENT";
63 return ((nudState & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)) != 0);
  /bionic/libc/kernel/uapi/linux/
neighbour.h 62 #define NUD_PERMANENT 0x80
  /external/iproute2/include/uapi/linux/
neighbour.h 61 #define NUD_PERMANENT 0x80
64 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
66 NUD_PERMANENT also cannot be deleted by garbage collectors.
  /external/kernel-headers/original/uapi/linux/
neighbour.h 61 #define NUD_PERMANENT 0x80
64 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
66 NUD_PERMANENT also cannot be deleted by garbage collectors.
  /external/libnl/include/linux-private/linux/
neighbour.h 49 #define NUD_PERMANENT 0x80
52 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
54 NUD_PERMANENT is also cannot be deleted by garbage collectors.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 49 #define NUD_PERMANENT 0x80
52 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
54 NUD_PERMANENT is also cannot be deleted by garbage collectors.

Completed in 327 milliseconds