summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1996-08-21 21:37:07 +0000
committersos <sos@FreeBSD.org>1996-08-21 21:37:07 +0000
commit6fc54fe251487977f8ca4fe6fc5c87f29dc9a5a3 (patch)
tree1a5729bda0705ded4c0ab671ff54ccd91014adb1 /sys/netinet/ip_fw.h
parent4eedb7433af834c9187bfa17388837c82bd98be1 (diff)
downloadFreeBSD-src-6fc54fe251487977f8ca4fe6fc5c87f29dc9a5a3.zip
FreeBSD-src-6fc54fe251487977f8ca4fe6fc5c87f29dc9a5a3.tar.gz
Add hooks for an IP NAT module, much like the firewall stuff...
Move the sockopt definitions for the firewall code from ip_fw.h to in.h where it belongs.
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 6efa66b..5dffbec 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -11,7 +11,7 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_fw.h,v 1.21 1996/07/10 19:44:24 julian Exp $
+ * $Id: ip_fw.h,v 1.22 1996/08/13 19:43:41 pst Exp $
*/
/*
@@ -114,17 +114,6 @@ struct ip_fw_chain {
#define IP_FW_TCPF_ESTAB 0x40
/*
- * New IP firewall options for [gs]etsockopt at the RAW IP level.
- */
-#define IP_FW_BASE_CTL 50
-
-#define IP_FW_ADD (IP_FW_BASE_CTL+0)
-#define IP_FW_DEL (IP_FW_BASE_CTL+1)
-#define IP_FW_FLUSH (IP_FW_BASE_CTL+2)
-#define IP_FW_ZERO (IP_FW_BASE_CTL+3)
-#define IP_FW_GET (IP_FW_BASE_CTL+4)
-
-/*
* Main firewall chains definitions and global var's definitions.
*/
#ifdef KERNEL
OpenPOWER on IntegriCloud