summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorJason Peel <jsyn@cvs.openbsd.org>2002-06-09 04:07:11 +0000
committerJason Peel <jsyn@cvs.openbsd.org>2002-06-09 04:07:11 +0000
commit3ebf23a7a8fc5124b32ba9650a4f637a4f0918c2 (patch)
tree88d984acadc2e2e65ae16bb91d085ccf4e2b2327 /usr.bin/netstat
parent04886ab7324280bbf6f5f08ed9c78da3e842bb9b (diff)
Standardization -- s/tdb/TDB/ and various dup expansions.
ok aaron@
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/inet.c14
-rw-r--r--usr.bin/netstat/inet6.c6
-rw-r--r--usr.bin/netstat/ipx.c6
-rw-r--r--usr.bin/netstat/ns.c6
4 files changed, 16 insertions, 16 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 0d3c35bdc3f..a831e5b8778 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet.c,v 1.61 2002/06/09 01:39:43 aaron Exp $ */
+/* $OpenBSD: inet.c,v 1.62 2002/06/09 04:07:10 jsyn Exp $ */
/* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-static char *rcsid = "$OpenBSD: inet.c,v 1.61 2002/06/09 01:39:43 aaron Exp $";
+static char *rcsid = "$OpenBSD: inet.c,v 1.62 2002/06/09 04:07:10 jsyn Exp $";
#endif
#endif /* not lint */
@@ -284,7 +284,7 @@ tcp_stats(off, name)
"\t\t%u completely duplicate packet%s (%qd byte%s)\n");
p(tcps_pawsdrop, "\t\t%u old duplicate packet%s\n");
p2(tcps_rcvpartduppack, tcps_rcvpartdupbyte,
- "\t\t%u packet%s with some dup. data (%qd byte%s duped)\n");
+ "\t\t%u packet%s with some duplicate data (%qd byte%s duplicated)\n");
p2(tcps_rcvoopack, tcps_rcvoobyte,
"\t\t%u out-of-order packet%s (%qd byte%s)\n");
p2(tcps_rcvpackafterwin, tcps_rcvbyteafterwin,
@@ -406,7 +406,7 @@ ip_stats(off, name)
p1(ips_badoptions, "\t%lu with bad options\n");
p1(ips_badvers, "\t%lu with incorrect version number\n");
p(ips_fragments, "\t%lu fragment%s received\n");
- p(ips_fragdropped, "\t%lu fragment%s dropped (dup or out of space)\n");
+ p(ips_fragdropped, "\t%lu fragment%s dropped (duplicates or out of space)\n");
p(ips_badfrags, "\t%lu malformed fragment%s dropped\n");
p(ips_fragtimeout, "\t%lu fragment%s dropped after timeout\n");
p(ips_reassembled, "\t%lu packet%s reassembled ok\n");
@@ -731,7 +731,7 @@ ah_stats(off, name)
p(ahs_wrap, "\t%u packet%s where counter wrapping was detected\n");
p(ahs_replay, "\t%u possibly replayed packet%s received\n");
p(ahs_badauthl, "\t%u packet%s with bad authenticator length received\n");
- p(ahs_invalid, "\t%u packet%s attempted to use an invalid tdb\n");
+ p(ahs_invalid, "\t%u packet%s attempted to use an invalid TDB\n");
p(ahs_toobig, "\t%u packet%s got larger than max IP packet size\n");
p(ahs_crypto, "\t%u packet%s that failed crypto processing\n");
p(ahs_ibytes, "\t%qu input byte%s\n");
@@ -804,7 +804,7 @@ esp_stats(off, name)
p(esps_wrap, "\t%u packet%s where counter wrapping was detected\n");
p(esps_replay, "\t%u possibly replayed packet%s received\n");
p(esps_badilen, "\t%u packet%s with bad payload size or padding received\n");
- p(esps_invalid, "\t%u packet%s attempted to use an invalid tdb\n");
+ p(esps_invalid, "\t%u packet%s attempted to use an invalid TDB\n");
p(esps_toobig, "\t%u packet%s got larger than max IP packet size\n");
p(esps_crypto, "\t%u packet%s that failed crypto processing\n");
p(esps_ibytes, "\t%qu input byte%s\n");
@@ -872,7 +872,7 @@ ipcomp_stats(off, name)
p(ipcomps_noxform, "\t%u packet%s for which no XFORM was set in TDB received\n");
p(ipcomps_qfull, "\t%u packet%s were dropped due to full output queue\n");
p(ipcomps_wrap, "\t%u packet%s where counter wrapping was detected\n");
- p(ipcomps_invalid, "\t%u packet%s attempted to use an invalid tdb\n");
+ p(ipcomps_invalid, "\t%u packet%s attempted to use an invalid TDB\n");
p(ipcomps_toobig, "\t%u packet%s got larger than max IP packet size\n");
p(ipcomps_crypto, "\t%u packet%s that failed (de)compression processing\n");
p(ipcomps_ibytes, "\t%qu input byte%s\n");
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c
index ac4e8c2e88b..87560384e17 100644
--- a/usr.bin/netstat/inet6.c
+++ b/usr.bin/netstat/inet6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet6.c,v 1.22 2002/06/09 02:16:39 deraadt Exp $ */
+/* $OpenBSD: inet6.c,v 1.23 2002/06/09 04:07:10 jsyn Exp $ */
/* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */
/*
* Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-/*__RCSID("$OpenBSD: inet6.c,v 1.22 2002/06/09 02:16:39 deraadt Exp $");*/
+/*__RCSID("$OpenBSD: inet6.c,v 1.23 2002/06/09 04:07:10 jsyn Exp $");*/
/*__RCSID("KAME Id: inet6.c,v 1.10 2000/02/09 10:49:31 itojun Exp");*/
#endif
#endif /* not lint */
@@ -373,7 +373,7 @@ ip6_stats(off, name)
p1(ip6s_badvers, "\t%llu with incorrect version number\n");
p(ip6s_fragments, "\t%llu fragment%s received\n");
p(ip6s_fragdropped,
- "\t%llu fragment%s dropped (dup or out of space)\n");
+ "\t%llu fragment%s dropped (duplicates or out of space)\n");
p(ip6s_fragtimeout, "\t%llu fragment%s dropped after timeout\n");
p(ip6s_fragoverflow, "\t%llu fragment%s that exceeded limit\n");
p(ip6s_reassembled, "\t%llu packet%s reassembled ok\n");
diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c
index 1b74a0b4bcb..566457d0a03 100644
--- a/usr.bin/netstat/ipx.c
+++ b/usr.bin/netstat/ipx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipx.c,v 1.11 2002/05/27 01:50:36 deraadt Exp $ */
+/* $OpenBSD: ipx.c,v 1.12 2002/06/09 04:07:10 jsyn Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93";
#else
-static char *rcsid = "$OpenBSD: ipx.c,v 1.11 2002/05/27 01:50:36 deraadt Exp $";
+static char *rcsid = "$OpenBSD: ipx.c,v 1.12 2002/06/09 04:07:10 jsyn Exp $";
#endif
#endif /* not lint */
@@ -222,7 +222,7 @@ spx_stats(off, name)
ANY(spxstat.spxs_rcvduppack, "duplicate-only packet", " received");
ANY(spxstat.spxs_rcvdupbyte, "duplicate-only byte", " received");
ANY(spxstat.spxs_rcvpartduppack, "packet", " with some duplicate data");
- ANY(spxstat.spxs_rcvpartdupbyte, "dup. byte", " in part-dup. packet");
+ ANY(spxstat.spxs_rcvpartdupbyte, "duplicate byte", " in part-duplicate packet");
ANY(spxstat.spxs_rcvoopack, "out-of-order packet", " received");
ANY(spxstat.spxs_rcvoobyte, "out-of-order byte", " received");
ANY(spxstat.spxs_rcvpackafterwin, "packet", " with data after window");
diff --git a/usr.bin/netstat/ns.c b/usr.bin/netstat/ns.c
index 121da48305a..ff231d46dab 100644
--- a/usr.bin/netstat/ns.c
+++ b/usr.bin/netstat/ns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ns.c,v 1.8 2002/05/27 01:50:36 deraadt Exp $ */
+/* $OpenBSD: ns.c,v 1.9 2002/06/09 04:07:10 jsyn Exp $ */
/* $NetBSD: ns.c,v 1.8 1995/10/03 21:42:46 thorpej Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "from: @(#)ns.c 8.1 (Berkeley) 6/6/93";
#else
-static char *rcsid = "$OpenBSD: ns.c,v 1.8 2002/05/27 01:50:36 deraadt Exp $";
+static char *rcsid = "$OpenBSD: ns.c,v 1.9 2002/06/09 04:07:10 jsyn Exp $";
#endif
#endif /* not lint */
@@ -227,7 +227,7 @@ spp_stats(off, name)
ANY(sppstat.spps_rcvduppack, "duplicate-only packet", " received");
ANY(sppstat.spps_rcvdupbyte, "duplicate-only byte", " received");
ANY(sppstat.spps_rcvpartduppack, "packet", " with some duplicate data");
- ANY(sppstat.spps_rcvpartdupbyte, "dup. byte", " in part-dup. packet");
+ ANY(sppstat.spps_rcvpartdupbyte, "duplicate byte", " in part-duplicate packet");
ANY(sppstat.spps_rcvoopack, "out-of-order packet", " received");
ANY(sppstat.spps_rcvoobyte, "out-of-order byte", " received");
ANY(sppstat.spps_rcvpackafterwin, "packet", " with data after window");