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

1 2 3 45

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

Completed in 57 milliseconds

1 2 3 45