diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-06-05 17:24:33 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-06-05 17:24:33 +0000 |
| commit | 759b7d75fbdfd1c07a2efb03fb9db82529ee5522 (patch) | |
| tree | 8dd7ad79b998063d64673413ce00bfa2fcd58fe9 /usr.bin/netstat | |
| parent | c611d82e64cc4a1054144ee3ca51b749875f10bc (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/inet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 057f150bb429..304679605d29 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -268,6 +268,7 @@ udp_stats(off, name) p(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"); p(udps_fullsock, "\t%lu dropped due to full socket buffers\n"); + p(udpps_pcbhashmiss, "\t%lu not for hashed pcb\n"); delivered = udpstat.udps_ipackets - udpstat.udps_hdrops - udpstat.udps_badlen - |
