Searched refs:i_key (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dltable.h14 #define gkey(n) (&(n)->i_key.tvk)
16 #define gnext(n) ((n)->i_key.nk.next)
H A Dlobject.h556 TKey i_key; member in struct:Node
/external/kernel-headers/original/uapi/linux/
H A Dip6_tunnel.h47 __be32 i_key; member in struct:ip6_tnl_parm2
H A Dif_tunnel.h35 __be32 i_key; member in struct:ip_tunnel_parm
/external/iproute2/ip/
H A Diptunnel.c107 p->i_key = p->o_key = get_addr32(*argv);
113 p->i_key = p->o_key = htonl(uval);
120 p->i_key = get_addr32(*argv);
126 p->i_key = htonl(uval);
239 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
240 p->i_key = p->iph.daddr;
375 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key)
376 printf(" key %u", ntohl(p->i_key));
379 printf(" ikey %u ", ntohl(p->i_key));
453 (p->i_key
[all...]
/external/iproute2/include/linux/
H A Dif_tunnel.h35 __be32 i_key; member in struct:ip_tunnel_parm
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_openbsd.c85 memcpy(keyavail.i_key, key, key_len);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_openbsd.c85 memcpy(keyavail.i_key, key, key_len);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_openbsd.c85 memcpy(keyavail.i_key, key, key_len);

Completed in 1600 milliseconds