summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/ip_fil.h
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>2000-02-09 20:46:45 +0000
committerguido <guido@FreeBSD.org>2000-02-09 20:46:45 +0000
commit1fa4f6782a7e92a232e56892d8bce7920d49292e (patch)
tree0b084e918c24605e4f362111a153271266a7540d /contrib/ipfilter/ip_fil.h
parentc3aa6ac872203077a6f4cd5b2ff64081364914b9 (diff)
downloadFreeBSD-src-1fa4f6782a7e92a232e56892d8bce7920d49292e.zip
FreeBSD-src-1fa4f6782a7e92a232e56892d8bce7920d49292e.tar.gz
Import of ipfilter 3.3.8
Approved by: jkh
Diffstat (limited to 'contrib/ipfilter/ip_fil.h')
-rw-r--r--contrib/ipfilter/ip_fil.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/ipfilter/ip_fil.h b/contrib/ipfilter/ip_fil.h
index 66f2128..aa42f2f 100644
--- a/contrib/ipfilter/ip_fil.h
+++ b/contrib/ipfilter/ip_fil.h
@@ -6,7 +6,7 @@
* to the original author and the contributors.
*
* @(#)ip_fil.h 1.35 6/5/96
- * $Id: ip_fil.h,v 2.3.2.6 1999/12/17 12:58:16 darrenr Exp $
+ * $Id: ip_fil.h,v 2.3.2.7 2000/01/27 08:49:41 darrenr Exp $
*/
#ifndef __IP_FIL_H__
@@ -271,6 +271,7 @@ typedef struct filterstats {
u_long fr_pass; /* packets allowed */
u_long fr_block; /* packets denied */
u_long fr_nom; /* packets which don't match any rule */
+ u_long fr_short; /* packets which are short */
u_long fr_ppkl; /* packets allowed and logged */
u_long fr_bpkl; /* packets denied and logged */
u_long fr_npkl; /* packets unmatched and logged */
@@ -552,7 +553,7 @@ extern void fr_makefrip __P((int, ip_t *, fr_info_t *));
extern int fr_ifpaddr __P((void *, struct in_addr *));
extern char *memstr __P((char *, char *, int, int));
extern int ipl_unreach;
-extern int ipl_inited;
+extern int fr_running;
extern u_long ipl_frouteok[2];
extern int fr_pass;
extern int fr_flags;
OpenPOWER on IntegriCloud