OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:o_flags
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h
25
__be16
o_flags
;
member in struct:ip_tunnel_parm
/external/iproute2/ip/
iptunnel.c
105
p->
o_flags
|= GRE_KEY;
131
p->
o_flags
|= GRE_KEY;
143
p->
o_flags
|= GRE_SEQ;
147
p->
o_flags
|= GRE_SEQ;
150
p->
o_flags
|= GRE_CSUM;
154
p->
o_flags
|= GRE_CSUM;
227
if ((p->i_flags & GRE_KEY) || (p->
o_flags
& GRE_KEY)) {
245
p->
o_flags
|= GRE_KEY;
379
if ((p->i_flags&GRE_KEY) && (p->
o_flags
&GRE_KEY) && p->o_key == p->i_key)
381
else if ((p->i_flags|p->
o_flags
)&GRE_KEY)
[
all
...]
/external/iproute2/include/linux/
if_tunnel.h
34
__be16
o_flags
;
member in struct:ip_tunnel_parm
/external/libnl-headers/
netlink-types.h
703
uint32_t
o_flags
;
member in struct:genl_family_op
Completed in 1613 milliseconds