HomeSort by relevance Sort by last modified time
    Searched refs:XT_INV_PROTO (Results 76 - 82 of 82) sorted by null

1 2 34

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 62 #define IP6T_INV_PROTO XT_INV_PROTO
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 58 #define IPT_INV_PROTO XT_INV_PROTO
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 62 #define IP6T_INV_PROTO XT_INV_PROTO
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 135 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 73 #define IPT_INV_PROTO XT_INV_PROTO
  /external/iptables/extensions/
libxt_multiport.c 149 if (invflags & XT_INV_PROTO)
libxt_conntrack.c 311 && (sinfo->invflags & XT_INV_PROTO))
373 if (info->l4proto == 0 && (info->invert_flags & XT_INV_PROTO))

Completed in 335 milliseconds

1 2 34