Searched refs:XT_MIN_ALIGN (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dlibxtc.h12 #ifndef XT_MIN_ALIGN
16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry)) macro
20 #define XT_ALIGN(s) (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/libiptc/
H A Dlibxtc.h12 #ifndef XT_MIN_ALIGN
16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry)) macro
20 #define XT_ALIGN(s) (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/install/include/libiptc/
H A Dlibxtc.h12 #ifndef XT_MIN_ALIGN
16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry)) macro
20 #define XT_ALIGN(s) (((s) + ((XT_MIN_ALIGN)-1)) & ~((XT_MIN_ALIGN)-1))

Completed in 244 milliseconds