Searched refs:IP6T_MIN_ALIGN (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/libiptc/
H A Dlibip6tc.h8 #ifndef IP6T_MIN_ALIGN
9 #define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry)) macro
11 #define IP6T_ALIGN(s) (((s) + (IP6T_MIN_ALIGN-1)) & ~(IP6T_MIN_ALIGN-1))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/libiptc/
H A Dlibip6tc.h8 #ifndef IP6T_MIN_ALIGN
9 #define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry)) macro
11 #define IP6T_ALIGN(s) (((s) + (IP6T_MIN_ALIGN-1)) & ~(IP6T_MIN_ALIGN-1))

Completed in 46 milliseconds