HomeSort by relevance Sort by last modified time
    Searched refs:i_key (Results 1 - 4 of 4) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h 26 __be32 i_key; member in struct:ip_tunnel_parm
reiserfs_fs.h     [all...]
  /external/iproute2/ip/
iptunnel.c 107 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;
313 inet_ntop(AF_INET, &p->i_key, s3, sizeof(s3));
379 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key)
449 (p->i_key && p1.i_key != p->i_key)
    [all...]
  /external/iproute2/include/linux/
if_tunnel.h 35 __be32 i_key; member in struct:ip_tunnel_parm

Completed in 77 milliseconds