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

  /external/iproute2/include/libiptc/
libiptc.h 19 #define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1))
  /external/iptables/include/libiptc/
libiptc.h 19 #define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1))
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 318 #define IPT_ALIGN(s) XT_ALIGN(s)

Completed in 106 milliseconds