Home
last modified time | relevance | path

Searched refs:o_key (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/ip/
Diptunnel.c103 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()
Dip6tunnel.c113 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/
Dip6_tunnel.h48 __be32 o_key; member
Dif_tunnel.h36 __be32 o_key; member
/external/kernel-headers/original/uapi/linux/
Dip6_tunnel.h48 __be32 o_key; member
Dif_tunnel.h53 __be32 o_key; member
/external/libnl/include/linux-private/linux/
Dif_tunnel.h36 __be32 o_key; member
/external/toybox/toys/pending/
Dip.c2377 && 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()