HomeSort by relevance Sort by last modified time
    Searched refs:GRE_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 13 #define GRE_KEY __constant_htons(0x2000)
  /external/iproute2/ip/
link_gre.c 137 iflags |= GRE_KEY;
138 oflags |= GRE_KEY;
155 iflags |= GRE_KEY;
170 oflags |= GRE_KEY;
243 iflags |= GRE_KEY;
247 oflags |= GRE_KEY;
334 if (iflags & GRE_KEY && tb[IFLA_GRE_IKEY] &&
340 if (oflags & GRE_KEY && tb[IFLA_GRE_OKEY] &&
iptunnel.c 104 p->i_flags |= GRE_KEY;
105 p->o_flags |= GRE_KEY;
118 p->i_flags |= GRE_KEY;
131 p->o_flags |= GRE_KEY;
227 if ((p->i_flags & GRE_KEY) || (p->o_flags & GRE_KEY)) {
241 p->i_flags |= GRE_KEY;
245 p->o_flags |= GRE_KEY;
379 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key
    [all...]
  /external/iproute2/include/linux/
if_tunnel.h 23 #define GRE_KEY __cpu_to_be16(0x2000)

Completed in 185 milliseconds