summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-13 13:26:06 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-13 13:26:06 +0000
commitfb9aaba000a429421e31d9e40e98f6f035409a10 (patch)
tree86f621efb821df2e36e805be7316438649177851 /usr.bin/netstat/inet.c
parent807ef2d03f049e99c96ec15eb432e07b10469044 (diff)
Notes
Diffstat (limited to 'usr.bin/netstat/inet.c')
-rw-r--r--usr.bin/netstat/inet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index c14c7a202ad6..a2c2259e90db 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -476,6 +476,7 @@ udp_stats(off, name)
p1a(udps_hdrops, "\t%lu with incomplete header\n");
p1a(udps_badlen, "\t%lu with bad data length field\n");
p1a(udps_badsum, "\t%lu with bad checksum\n");
+ p1a(udps_nosum, "\t%lu with no checksum\n");
p1a(udps_noport, "\t%lu dropped due to no socket\n");
p(udps_noportbcast,
"\t%lu broadcast/multicast datagram%s dropped due to no socket\n");