HomeSort by relevance Sort by last modified time
    Searched refs:GRE_SEQ (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 14 #define GRE_SEQ __constant_htons(0x1000)
  /external/iproute2/ip/
link_gre.c 182 iflags |= GRE_SEQ;
183 oflags |= GRE_SEQ;
185 iflags |= GRE_SEQ;
187 oflags |= GRE_SEQ;
346 if (iflags & GRE_SEQ)
348 if (oflags & GRE_SEQ)
iptunnel.c 142 p->i_flags |= GRE_SEQ;
143 p->o_flags |= GRE_SEQ;
145 p->i_flags |= GRE_SEQ;
147 p->o_flags |= GRE_SEQ;
388 if (p->i_flags&GRE_SEQ)
392 if (p->o_flags&GRE_SEQ)
  /external/iproute2/include/linux/
if_tunnel.h 24 #define GRE_SEQ __cpu_to_be16(0x1000)

Completed in 31 milliseconds