summaryrefslogtreecommitdiff
path: root/sys/netiso/clnp_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netiso/clnp_stat.h')
-rw-r--r--sys/netiso/clnp_stat.h72
1 files changed, 38 insertions, 34 deletions
diff --git a/sys/netiso/clnp_stat.h b/sys/netiso/clnp_stat.h
index 3cc5193aa51..9158b85cea1 100644
--- a/sys/netiso/clnp_stat.h
+++ b/sys/netiso/clnp_stat.h
@@ -1,4 +1,5 @@
-/* $NetBSD: clnp_stat.h,v 1.5 1994/06/29 06:39:18 cgd Exp $ */
+/* $OpenBSD: clnp_stat.h,v 1.2 1996/03/04 10:35:01 mickey Exp $ */
+/* $NetBSD: clnp_stat.h,v 1.6 1996/02/13 22:08:46 christos Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -40,13 +41,13 @@
All Rights Reserved
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
+both that copyright notice and this permission notice appear in
supporting documentation, and that the name of IBM not be
used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
+software without specific, written prior permission.
IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
@@ -66,37 +67,40 @@ SOFTWARE.
#define _NETISO_CLNP_STAT_H_
struct clnp_stat {
- int cns_total; /* total pkts received */
- int cns_toosmall; /* fixed part of header too small */
- int cns_badhlen; /* header length is not reasonable */
- int cns_badcsum; /* checksum on packet failed */
- int cns_badaddr; /* address fields were not reasonable */
- int cns_badvers; /* incorrect version */
- int cns_noseg; /* segment information forgotten */
- int cns_noproto; /* incorrect protocol id */
- int cns_delivered; /* packets consumed by protocol */
- int cns_ttlexpired; /* ttl has expired */
- int cns_forward; /* forwarded packets */
- int cns_sent; /* total packets sent */
- int cns_odropped; /* o.k. packets discarded, e.g. ENOBUFS */
- int cns_cantforward; /* non-forwarded packets */
- int cns_fragmented; /* packets fragmented */
- int cns_fragments; /* fragments received */
- int cns_fragdropped; /* fragments discarded */
- int cns_fragtimeout; /* fragments timed out */
- int cns_ofragments; /* fragments generated */
- int cns_cantfrag; /* fragmentation prohibited */
- int cns_reassembled; /* packets reconstructed */
- int cns_cachemiss; /* cache misses */
- int cns_congest_set; /* congestion experienced bit set */
- int cns_congest_rcvd; /* congestion experienced bit received */
- int cns_er_inhist[CLNP_ERRORS + 1];
- int cns_er_outhist[CLNP_ERRORS + 1];
-} clnp_stat ;
+ int cns_total; /* total pkts received */
+ int cns_toosmall; /* fixed part of header too small */
+ int cns_badhlen; /* header length is not reasonable */
+ int cns_badcsum; /* checksum on packet failed */
+ int cns_badaddr; /* address fields were not reasonable */
+ int cns_badvers; /* incorrect version */
+ int cns_noseg; /* segment information forgotten */
+ int cns_noproto; /* incorrect protocol id */
+ int cns_delivered; /* packets consumed by protocol */
+ int cns_ttlexpired; /* ttl has expired */
+ int cns_forward; /* forwarded packets */
+ int cns_sent; /* total packets sent */
+ int cns_odropped; /* o.k. packets discarded, e.g.
+ * ENOBUFS */
+ int cns_cantforward; /* non-forwarded packets */
+ int cns_fragmented; /* packets fragmented */
+ int cns_fragments; /* fragments received */
+ int cns_fragdropped; /* fragments discarded */
+ int cns_fragtimeout; /* fragments timed out */
+ int cns_ofragments; /* fragments generated */
+ int cns_cantfrag; /* fragmentation prohibited */
+ int cns_reassembled; /* packets reconstructed */
+ int cns_cachemiss; /* cache misses */
+ int cns_congest_set; /* congestion experienced bit
+ * set */
+ int cns_congest_rcvd; /* congestion experienced bit
+ * received */
+ int cns_er_inhist[CLNP_ERRORS + 1];
+ int cns_er_outhist[CLNP_ERRORS + 1];
+} clnp_stat;
#ifdef INCSTAT
#undef INCSTAT
-#endif /* INCSTAT */
+#endif /* INCSTAT */
#define INCSTAT(x) clnp_stat./**/x/**/++
-#endif /* _NETISO_CLNP_STAT_H_ */
+#endif /* _NETISO_CLNP_STAT_H_ */