From: angelos Date: Wed, 26 Feb 1997 02:38:11 +0000 (+0000) Subject: I/O packet counters added. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2f9757467c23312d9ccf0c8f0cc9c57a94599021;p=openbsd I/O packet counters added. --- 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 */