Searched refs:o_key (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/ip/ |
D | iptunnel.c | 103 p->i_key = p->o_key = tnl_parse_key("key", *argv); in parse_args() 111 p->o_key = tnl_parse_key("okey", *argv); in parse_args() 234 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { in parse_args() 235 p->o_key = p->iph.daddr; in parse_args() 368 if ((p->i_flags & GRE_KEY) && (p->o_flags & GRE_KEY) && p->o_key == p->i_key) in print_tunnel() 374 printf(" okey %u", ntohl(p->o_key)); in print_tunnel()
|
D | ip6tunnel.c | 113 if ((p->i_flags & GRE_KEY) && (p->o_flags & GRE_KEY) && p->o_key == p->i_key) in print_tunnel() 119 printf(" okey %u", ntohl(p->o_key)); in print_tunnel() 239 p->i_key = p->o_key = tnl_parse_key("key", *argv); in parse_args() 247 p->o_key = tnl_parse_key("okey", *argv); in parse_args()
|
/external/iproute2/include/linux/ |
D | ip6_tunnel.h | 48 __be32 o_key; member
|
D | if_tunnel.h | 36 __be32 o_key; member
|
/external/kernel-headers/original/uapi/linux/ |
D | ip6_tunnel.h | 48 __be32 o_key; member
|
D | if_tunnel.h | 53 __be32 o_key; member
|
/external/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 36 __be32 o_key; member
|
/external/toybox/toys/pending/ |
D | ip.c | 2377 && ptnl->o_key == ptnl->i_key) printf(" key %s", ikey_str); in display_tunnel() 2379 inet_ntop(AF_INET, &ptnl->o_key, okey_str, sizeof(okey_str)); in display_tunnel() 2495 ptnl->i_key = ptnl->o_key = addr; in parse_iptunnel_args() 2501 ptnl->o_key = addr; in parse_iptunnel_args() 2599 if (!ptnl->o_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args() 2600 ptnl->o_key = ptnl->iph.daddr; in parse_iptunnel_args()
|