patch-1.3.16 linux/include/linux/ip_fw.h
Next file: linux/include/linux/mm.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Aug 8 09:20:35 1995
- Orig file:
v1.3.15/linux/include/linux/ip_fw.h
- Orig date:
Tue Jun 6 11:22:11 1995
diff -u --recursive --new-file v1.3.15/linux/include/linux/ip_fw.h linux/include/linux/ip_fw.h
@@ -87,7 +87,8 @@
#define IP_FW_F_TCPSYN 0x080 /* For tcp packets-check SYN only */
#define IP_FW_F_ICMPRPL 0x100 /* Send back icmp unreachable packet */
#define IP_FW_F_MASQ 0x200 /* Masquerading */
-#define IP_FW_F_MASK 0x3FF /* All possible flag bits mask */
+#define IP_FW_F_TCPACK 0x400 /* For tcp-packets match if ACK is set*/
+#define IP_FW_F_MASK 0x7FF /* All possible flag bits mask */
/*
* New IP firewall options for [gs]etsockopt at the RAW IP level.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this