OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_key
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h
26
__be32
i_key
;
member in struct:ip_tunnel_parm
reiserfs_fs.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h
26
__be32
i_key
;
member in struct:ip_tunnel_parm
reiserfs_fs.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h
26
__be32
i_key
;
member in struct:ip_tunnel_parm
reiserfs_fs.h
[
all
...]
/external/iproute2/ip/
iptunnel.c
107
p->
i_key
= p->o_key = get_addr32(*argv);
113
p->
i_key
= p->o_key = htonl(uval);
120
p->
i_key
= get_addr32(*argv);
126
p->
i_key
= htonl(uval);
239
if (p->
i_key
== 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
240
p->
i_key
= p->iph.daddr;
375
if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->
i_key
)
376
printf(" key %u", ntohl(p->
i_key
));
379
printf(" ikey %u ", ntohl(p->
i_key
));
453
(p->
i_key
&& p1.i_key != p->i_key)
[
all
...]
/external/iproute2/include/linux/
if_tunnel.h
35
__be32
i_key
;
member in struct:ip_tunnel_parm
/external/wpa_supplicant_8/src/drivers/
driver_openbsd.c
85
memcpy(keyavail.
i_key
, key, key_len);
Completed in 185 milliseconds