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

  /bionic/libc/kernel/uapi/linux/
ip.h 40 #define IPOPT_CLASS_MASK 0x60
43 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK)
  /external/iproute2/include/uapi/linux/
ip.h 44 #define IPOPT_CLASS_MASK 0x60
48 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK)
  /external/kernel-headers/original/uapi/linux/
ip.h 44 #define IPOPT_CLASS_MASK 0x60
48 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK)
  /external/libnl/include/linux-private/linux/
ip.h 43 #define IPOPT_CLASS_MASK 0x60
47 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK)
  /bionic/libc/include/netinet/
ip.h 204 #define IPOPT_CLASS_MASK 0x60

Completed in 84 milliseconds