Home
last modified time | relevance | path

Searched refs:i_key (Results 1 – 13 of 13) sorted by relevance

/external/iproute2/ip/
Diptunnel.c103 p->i_key = p->o_key = tnl_parse_key("key", *argv); in parse_args()
107 p->i_key = tnl_parse_key("ikey", *argv); in parse_args()
230 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) { in parse_args()
231 p->i_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()
369 printf(" key %u", ntohl(p->i_key)); in print_tunnel()
372 printf(" ikey %u", ntohl(p->i_key)); in print_tunnel()
437 (p->i_key && p1.i_key != p->i_key)) in do_tunnels_list()
Dip6tunnel.c113 if ((p->i_flags & GRE_KEY) && (p->o_flags & GRE_KEY) && p->o_key == p->i_key) in print_tunnel()
114 printf(" key %u", ntohl(p->i_key)); in print_tunnel()
117 printf(" ikey %u", ntohl(p->i_key)); in print_tunnel()
239 p->i_key = p->o_key = tnl_parse_key("key", *argv); in parse_args()
243 p->i_key = tnl_parse_key("ikey", *argv); in parse_args()
/external/skia/third_party/lua/src/
Dltable.h14 #define gkey(n) (&(n)->i_key.tvk)
16 #define gnext(n) ((n)->i_key.nk.next)
Dlobject.h556 TKey i_key; member
/external/syslinux/com32/lua/src/
Dltable.h14 #define gkey(n) (&(n)->i_key.tvk)
16 #define gnext(n) ((n)->i_key.nk.next)
Dlobject.h556 TKey i_key; member
/external/iproute2/include/linux/
Dip6_tunnel.h47 __be32 i_key; member
Dif_tunnel.h35 __be32 i_key; member
/external/kernel-headers/original/uapi/linux/
Dip6_tunnel.h47 __be32 i_key; member
Dif_tunnel.h52 __be32 i_key; member
/external/libnl/include/linux-private/linux/
Dif_tunnel.h35 __be32 i_key; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_openbsd.c85 memcpy(keyavail.i_key, key, key_len); in wpa_driver_openbsd_set_key()
/external/toybox/toys/pending/
Dip.c2375 inet_ntop(AF_INET, &ptnl->i_key, ikey_str, sizeof(ikey_str)); in display_tunnel()
2377 && ptnl->o_key == ptnl->i_key) printf(" key %s", ikey_str); in display_tunnel()
2421 iptnl.iph.saddr != ptnl->iph.saddr) || (ptnl->i_key && in read_tunnel()
2422 iptnl.i_key != ptnl->i_key)) continue; in read_tunnel()
2495 ptnl->i_key = ptnl->o_key = addr; in parse_iptunnel_args()
2498 ptnl->i_key = addr; in parse_iptunnel_args()
2595 if (!ptnl->i_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args()
2596 ptnl->i_key = ptnl->iph.daddr; in parse_iptunnel_args()