patch-1.3.86 linux/include/linux/ip_fw.h
Next file: linux/include/linux/sdla.h
Previous file: linux/include/linux/ip.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed Apr 10 16:46:03 1996
- Orig file:
v1.3.85/linux/include/linux/ip_fw.h
- Orig date:
Sun Mar 31 00:13:18 1996
diff -u --recursive --new-file v1.3.85/linux/include/linux/ip_fw.h linux/include/linux/ip_fw.h
@@ -124,6 +124,7 @@
#define IP_FW_ZERO (IP_FW_BASE_CTL+4)
#define IP_FW_POLICY (IP_FW_BASE_CTL+5)
#define IP_FW_CHECK (IP_FW_BASE_CTL+6)
+#define IP_FW_MASQ_TIMEOUTS (IP_FW_BASE_CTL+7)
#define IP_FW_INSERT_FWD (IP_FW_INSERT | (IP_FW_FWD << IP_FW_SHIFT))
#define IP_FW_APPEND_FWD (IP_FW_APPEND | (IP_FW_FWD << IP_FW_SHIFT))
@@ -166,6 +167,12 @@
struct in_addr fwp_via; /* interface address */
char fwp_vianame[IFNAMSIZ]; /* interface name */
};
+
+/*
+ * timeouts for ip masquerading
+ */
+
+struct ip_fw_masq;
/*
* Main firewall chains definitions and global var's definitions.
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