OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUD_STALE
(Results
1 - 25
of
59
) sorted by null
1
2
3
/system/extras/tests/net_test/
neighbour_test.py
33
NUD_STALE
= 0x04
194
self.assertNeighbourState(
NUD_STALE
, router6)
221
self.assertNeighbourState(
NUD_STALE
, router6)
222
self.ExpectNeighbourNotification(router6,
NUD_STALE
)
252
self.assertNeighbourState(
NUD_STALE
, router6)
268
self.assertNeighbourState(
NUD_STALE
, router6)
/frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java
39
public static final short
NUD_STALE
= 0x04;
51
case
NUD_STALE
: return "
NUD_STALE
";
146
return (nudConnected() || ((ndm_state & (NUD_PROBE|
NUD_STALE
|NUD_DELAY)) != 0));
/bionic/libc/kernel/uapi/linux/
neighbour.h
64
#define
NUD_STALE
0x04
/development/ndk/platforms/android-21/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/external/iproute2/include/linux/
neighbour.h
51
#define
NUD_STALE
0x04
/external/kernel-headers/original/uapi/linux/
neighbour.h
51
#define
NUD_STALE
0x04
/external/libnl/include/linux/
neighbour.h
42
#define
NUD_STALE
0x04
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
neighbour.h
44
#define
NUD_STALE
0x04
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h
42
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
neighbour.h
60
#define
NUD_STALE
0x04
Completed in 6177 milliseconds
1
2
3