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

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 57 #define IPT_INV_FRAG 0x20
  /external/iptables/iptables/
iptables.c 168 /* -f */ IPT_INV_FRAG,
534 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout);
1075 e->ip.invflags & IPT_INV_FRAG ? " !" : "");
    [all...]

Completed in 3611 milliseconds

1 2 34