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

  /external/iproute2/include/libiptc/
libxtc.h 12 #ifndef XT_MIN_ALIGN
16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry))
20 #define XT_ALIGN(s) (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))
  /external/iptables/include/libiptc/
libxtc.h 12 #ifndef XT_MIN_ALIGN
16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry))
20 #define XT_ALIGN(s) (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))

Completed in 213 milliseconds