summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1997-02-26 02:38:12 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1997-02-26 02:38:12 +0000
commitaa13b4a3c977c2af183678dc0c96232d8e243c3e (patch)
tree676d7bd5daf87f547e908d5f17903742ab6ab6e2
parent726e1333104472a47ec751b33fa28257f629dbe7 (diff)
I/O packet counters added.
-rw-r--r--sys/netinet/ip_ah.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_ah.h b/sys/netinet/ip_ah.h
index a5762644b78..8d87dc06766 100644
--- a/sys/netinet/ip_ah.h
+++ b/sys/netinet/ip_ah.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ah.h,v 1.3 1997/02/24 19:42:32 angelos Exp $ */
+/* $OpenBSD: ip_ah.h,v 1.4 1997/02/26 02:38:11 angelos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -53,6 +53,8 @@ struct ahstat
u_int32_t ahs_wrap;
u_int32_t ahs_replay;
u_int32_t ahs_badauthl; /* bad authenticator length */
+ u_int32_t ahs_input; /* Input AH packets */
+ u_int32_t ahs_output; /* Output AH packets */
};
#define AHHMACMD5_KMAX 64 /* max 512 bits key */