HomeSort by relevance Sort by last modified time
    Searched refs:IPT_INV_DSTIP (Results 51 - 53 of 53) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 56 #define IPT_INV_DSTIP 0x10
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 71 #define IPT_INV_DSTIP 0x10 /* Invert the sense of DST OP. */
  /external/iptables/iptables/
iptables.c 174 /* -d */ IPT_INV_DSTIP,
639 fputc(fw->ip.invflags & IPT_INV_DSTIP ? '!' : ' ', stdout);
1120 e->ip.invflags & IPT_INV_DSTIP);
    [all...]

Completed in 59 milliseconds

1 23