Searched refs:IPT_INV_FRAG (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h66 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h112 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h72 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables-save.c177 e->ip.invflags & IPT_INV_FRAG ? "! " : "");
H A Diptables.c188 /* -f */ IPT_INV_FRAG,
1432 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables.c183 /* -f */ IPT_INV_FRAG,
592 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout);
1132 e->ip.invflags & IPT_INV_FRAG ? " !" : "");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c146 if (FWINV((ipinfo->flags&IPT_F_FRAG) && !isfrag, IPT_INV_FRAG)) {
148 ipinfo->invflags & IPT_INV_FRAG ? " (INV)" : "");

Completed in 117 milliseconds