OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRE_CSUM
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h
11
#define
GRE_CSUM
__constant_htons(0x8000)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h
11
#define
GRE_CSUM
__constant_htons(0x8000)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h
11
#define
GRE_CSUM
__constant_htons(0x8000)
/external/iproute2/ip/
link_gre.c
189
iflags |=
GRE_CSUM
;
190
oflags |=
GRE_CSUM
;
192
iflags |=
GRE_CSUM
;
194
oflags |=
GRE_CSUM
;
348
if (iflags &
GRE_CSUM
)
350
if (oflags &
GRE_CSUM
)
iptunnel.c
149
p->i_flags |=
GRE_CSUM
;
150
p->o_flags |=
GRE_CSUM
;
152
p->i_flags |=
GRE_CSUM
;
154
p->o_flags |=
GRE_CSUM
;
386
if (p->i_flags&
GRE_CSUM
)
390
if (p->o_flags&
GRE_CSUM
)
/external/iproute2/include/linux/
if_tunnel.h
21
#define
GRE_CSUM
__cpu_to_be16(0x8000)
Completed in 71 milliseconds