Searched defs:IPT_ALIGN (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/libiptc/
H A Dlibiptc.h19 #define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1)) macro
/external/iptables/include/libiptc/
H A Dlibiptc.h19 #define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1)) macro
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h318 #define IPT_ALIGN(s) XT_ALIGN(s) macro

Completed in 162 milliseconds