summaryrefslogtreecommitdiff
path: root/sbin/ipf/ipf.h
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-01-25 05:41:50 +0000
committerdm <dm@cvs.openbsd.org>1996-01-25 05:41:50 +0000
commitd22510d35a65326e6c28cf24898e75ebb43f1702 (patch)
tree39d26580cbebbf88b26b3ce8999199204095ce79 /sbin/ipf/ipf.h
parent1dc3867108ccbee4e608e89a62fa5e5fbfa194c3 (diff)
IP filter 3.0.1
Diffstat (limited to 'sbin/ipf/ipf.h')
-rw-r--r--sbin/ipf/ipf.h25
1 files changed, 14 insertions, 11 deletions
diff --git a/sbin/ipf/ipf.h b/sbin/ipf/ipf.h
index 537c15b901d..794f98c71e3 100644
--- a/sbin/ipf/ipf.h
+++ b/sbin/ipf/ipf.h
@@ -1,24 +1,27 @@
/*
- * (C)opyright 1993,1994,1995 by Darren Reed.
+ * (C)opyright 1993-1996 by Darren Reed.
*
* Redistribution and use in source and binary forms are permitted
* provided that this notice is preserved and due credit is given
* to the original author and the contributors.
*
- * @(#)ipf.h 1.7 10/15/95
+ * @(#)ipf.h 1.9 1/7/96
*/
-#define OPT_INQUE FR_INQUE /* 0x0001 */
-#define OPT_REMOVE 0x0002
+#define OPT_REMOVE 0x0001
+#define OPT_DEBUG 0x0002
#define OPT_OUTQUE FR_OUTQUE /* 0x0004 */
-#define OPT_DEBUG 0x0008
-#define OPT_SHOWLIST 0x0010
-#define OPT_VERBOSE 0x0020
-#define OPT_LOG FR_LOG /* 0x0040 */
+#define OPT_INQUE FR_INQUE /* 0x0008 */
+#define OPT_LOG FR_LOG /* 0x0010 */
+#define OPT_SHOWLIST 0x0020
+#define OPT_VERBOSE 0x0040
#define OPT_DONOTHING 0x0080
-#define OPT_INACTIVE FR_INACTIVE /* 0x0800 */
-#define OPT_HITS 0x10000
-#define OPT_BRIEF 0x20000
+#define OPT_HITS 0x100
+#define OPT_BRIEF 0x200
+#define OPT_ACCNT FR_ACCOUNT /* 0x0800 */
+#define OPT_FRSTATES FR_KEEPFRAG /* 0x1000 */
+#define OPT_IPSTATES FR_KEEPSTATE /* 0x2000 */
+#define OPT_INACTIVE FR_INACTIVE /* 0x4000 */
extern struct frentry *parse();