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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h 14 #define GRE_SEQ __constant_htons(0x1000)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h 14 #define GRE_SEQ __constant_htons(0x1000)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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;
344 if (iflags & GRE_SEQ)
346 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;
384 if (p->i_flags&GRE_SEQ)
388 if (p->o_flags&GRE_SEQ)
  /external/iproute2/include/linux/
if_tunnel.h 24 #define GRE_SEQ __cpu_to_be16(0x1000)

Completed in 1470 milliseconds