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

1 2 3

  /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);
  /system/extras/tests/net_test/
neighbour_test.py 37 NUD_PERMANENT = 0x80
193 self.assertNeighbourState(NUD_PERMANENT, router4)
251 self.assertNeighbourState(NUD_PERMANENT, router4)
  /bionic/libc/kernel/uapi/linux/
neighbour.h 70 #define NUD_PERMANENT 0x80
  /development/ndk/platforms/android-21/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /external/iproute2/include/linux/
neighbour.h 58 #define NUD_PERMANENT 0x80
61 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
63 NUD_PERMANENT also cannot be deleted by garbage collectors.
  /external/kernel-headers/original/uapi/linux/
neighbour.h 58 #define NUD_PERMANENT 0x80
61 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
63 NUD_PERMANENT also cannot be deleted by garbage collectors.
  /external/libnl/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.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
neighbour.h 51 #define NUD_PERMANENT 0x80
54 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
56 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.
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
neighbour.h 66 #define NUD_PERMANENT 0x80

Completed in 547 milliseconds

1 2 3