Searched refs:i_key (Results 1 – 13 of 13) sorted by relevance
/external/iproute2/ip/ |
D | iptunnel.c | 103 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()
|
D | ip6tunnel.c | 113 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/ |
D | ltable.h | 14 #define gkey(n) (&(n)->i_key.tvk) 16 #define gnext(n) ((n)->i_key.nk.next)
|
D | lobject.h | 556 TKey i_key; member
|
/external/syslinux/com32/lua/src/ |
D | ltable.h | 14 #define gkey(n) (&(n)->i_key.tvk) 16 #define gnext(n) ((n)->i_key.nk.next)
|
D | lobject.h | 556 TKey i_key; member
|
/external/iproute2/include/linux/ |
D | ip6_tunnel.h | 47 __be32 i_key; member
|
D | if_tunnel.h | 35 __be32 i_key; member
|
/external/kernel-headers/original/uapi/linux/ |
D | ip6_tunnel.h | 47 __be32 i_key; member
|
D | if_tunnel.h | 52 __be32 i_key; member
|
/external/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 35 __be32 i_key; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_openbsd.c | 85 memcpy(keyavail.i_key, key, key_len); in wpa_driver_openbsd_set_key()
|
/external/toybox/toys/pending/ |
D | ip.c | 2375 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()
|