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

  /external/libnl/include/linux-private/linux/
if_tunnel.h 25 #define GRE_STRICT __cpu_to_be16(0x0800)
  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 42 #define GRE_STRICT __cpu_to_be16(0x0800)
51 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT)
  /external/iproute2/include/uapi/linux/
if_tunnel.h 29 #define GRE_STRICT __cpu_to_be16(0x0800)
39 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT)
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 29 #define GRE_STRICT __cpu_to_be16(0x0800)
39 #define GRE_IS_STRICT(f) ((f) & GRE_STRICT)

Completed in 55 milliseconds