Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dif_tunnel.h54 __be32 o_key; member
/third_party/toybox/toys/pending/
Dip.c2487 && ptnl->o_key == ptnl->i_key) printf(" key %s", ikey_str); in display_tunnel()
2489 inet_ntop(AF_INET, &ptnl->o_key, okey_str, sizeof(okey_str)); in display_tunnel()
2605 ptnl->i_key = ptnl->o_key = addr; in parse_iptunnel_args()
2611 ptnl->o_key = addr; in parse_iptunnel_args()
2709 if (!ptnl->o_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args()
2710 ptnl->o_key = ptnl->iph.daddr; in parse_iptunnel_args()