Searched refs:o_key (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/include/linux/
H A Dip6_tunnel.h48 __be32 o_key; member in struct:ip6_tnl_parm2
H A Dif_tunnel.h36 __be32 o_key; member in struct:ip_tunnel_parm
/external/kernel-headers/original/uapi/linux/
H A Dip6_tunnel.h48 __be32 o_key; member in struct:ip6_tnl_parm2
H A Dif_tunnel.h36 __be32 o_key; member in struct:ip_tunnel_parm
/external/iproute2/ip/
H A Diptunnel.c103 p->i_key = p->o_key = tnl_parse_key("key", *argv);
111 p->o_key = tnl_parse_key("okey", *argv);
234 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
235 p->o_key = p->iph.daddr;
368 if ((p->i_flags & GRE_KEY) && (p->o_flags & GRE_KEY) && p->o_key == p->i_key)
374 printf(" okey %u", ntohl(p->o_key));
H A Dip6tunnel.c113 if ((p->i_flags & GRE_KEY) && (p->o_flags & GRE_KEY) && p->o_key == p->i_key)
119 printf(" okey %u", ntohl(p->o_key));
239 p->i_key = p->o_key = tnl_parse_key("key", *argv);
247 p->o_key = tnl_parse_key("okey", *argv);
/external/toybox/toys/pending/
H A Dip.c2377 && ptnl->o_key == ptnl->i_key) printf(" key %s", ikey_str);
2379 inet_ntop(AF_INET, &ptnl->o_key, okey_str, sizeof(okey_str));
2495 ptnl->i_key = ptnl->o_key = addr;
2501 ptnl->o_key = addr;
2599 if (!ptnl->o_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) {
2600 ptnl->o_key = ptnl->iph.daddr;

Completed in 425 milliseconds