OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP6_TNL_F_USE_ORIG_FLOWLABEL
(Results
1 - 13
of
13
) sorted by null
/external/iproute2/include/linux/
ip6_tunnel.h
14
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ip6_tunnel.h
14
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ip6_tunnel.h
14
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/bionic/libc/kernel/uapi/linux/
ip6_tunnel.h
27
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/development/ndk/platforms/android-21/include/linux/
ip6_tunnel.h
27
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/external/kernel-headers/original/uapi/linux/
ip6_tunnel.h
14
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ip6_tunnel.h
27
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ip6_tunnel.h
27
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ip6_tunnel.h
27
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ip6_tunnel.h
27
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ip6_tunnel.h
27
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ip6_tunnel.h
27
#define
IP6_TNL_F_USE_ORIG_FLOWLABEL
0x4
/external/iproute2/ip/
ip6tunnel.c
98
if (p->flags &
IP6_TNL_F_USE_ORIG_FLOWLABEL
)
188
p->flags |=
IP6_TNL_F_USE_ORIG_FLOWLABEL
;
195
p->flags &= ~
IP6_TNL_F_USE_ORIG_FLOWLABEL
;
Completed in 416 milliseconds