summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_esp.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-26 20:53:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-26 20:53:19 +0000
commit118e47a4b2af17194a9abe552145448f5f3e24dd (patch)
tree4ad9ff4467e30f8a9824e84ff813707c18154bfb /sys/netinet/ip_esp.h
parent27ae0411e3e64c9ed2702ac388005137db53fb76 (diff)
count input/output packets for esp
Diffstat (limited to 'sys/netinet/ip_esp.h')
-rw-r--r--sys/netinet/ip_esp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_esp.h b/sys/netinet/ip_esp.h
index cf46afcdda4..02bb47e768f 100644
--- a/sys/netinet/ip_esp.h
+++ b/sys/netinet/ip_esp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp.h,v 1.3 1997/02/24 14:06:39 niklas Exp $ */
+/* $OpenBSD: ip_esp.h,v 1.4 1997/02/26 20:53:13 deraadt Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -81,6 +81,8 @@ struct espstat
u_long esps_wrap; /* Replay counter wrapped around */
u_long esps_badauth; /* Only valid for transforms with auth */
u_long esps_replay; /* Possible packet replay detected */
+ u_long esps_input; /* Input ESP packets */
+ u_long esps_output; /* Output ESP packets */
};
struct espdes_xdata