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

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 48 #define IPT_F_FRAG 0x01
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 62 #define IPT_F_FRAG 0x01 /* Set if rule is a fragment rule */
  /external/iptables/iptables/
iptables.c 593 fputc(flags & IPT_F_FRAG ? 'f' : '-', stdout);
1130 if (e->ip.flags & IPT_F_FRAG)
    [all...]
ip6tables.c 1113 if (e->ipv6.flags & IPT_F_FRAG)
    [all...]

Completed in 4184 milliseconds

1 23