aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
Commit message (Expand)AuthorAgeFilesLines
* -permit protocol specific statistics at iflag,Yoshinobu Inoue2000-01-071-7/+14
* Add new option, -L that will listen the various listen queue lengths.Guido van Rooij1999-12-131-29/+56
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-18/+230
* Cleanup towards -WallJulian Elischer1999-10-211-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't truncate port numbers.Dag-Erling Smørgrav1999-07-061-9/+5
* Fix fstat compatibility by printing the address of the tcppcb instead ofDag-Erling Smørgrav1999-03-101-3/+7
* Fixed printf format errors.Bruce Evans1998-07-061-20/+36
* o Use snprintf over sprintf.Warner Losh1998-06-091-5/+6
* Make "netstat -s" display stats on fast-forwarded packets.Pierre Beyssac1998-05-191-2/+5
* mbuf, inet, and unix modules no longer read kvm.Garrett Wollman1998-05-151-62/+115
* Print out the two new fields in the ICMP stats. While we're at it, alsoGarrett Wollman1997-08-251-5/+23
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Print out the new uninteresting-multicast-packets statistic.Garrett Wollman1997-01-211-1/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* TCP statistics are unsigned counters.Paul Traina1997-01-071-46/+46
* Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufsGarrett Wollman1996-10-281-1/+4
* Try to make netstat more smart about port numbers.Poul-Henning Kamp1996-08-231-7/+21
* Print PCB hash miss statistic.Garrett Wollman1996-06-051-0/+1
* Code cleanup: remove unused variables, use correct *printf formatAlexander Langer1996-06-021-91/+91
* Move #include of queue.h before #include of socketvar.h in preparation forDavid Greenman1996-03-111-1/+1
* Add a counter for the number of times the listen queue was overflowed toGuido van Rooij1996-02-261-0/+1
* tidy up the domain name trimming code, and move it to a single placePeter Wemm1996-01-151-13/+1
* Merge in Lite-2 changes.Peter Wemm1996-01-141-2/+3
* Change .8s port name restriction to .15s, modern tcp portAndrey A. Chernov1995-12-231-1/+1
* - #if defined(TF_NEEDSYN) && defined(TF_NEEDSYN)Adam David1995-10-271-2/+2
* In TCP statistics, display new statistic about how many resends wereGarrett Wollman1995-10-131-0/+1
* Output statistics as unsigned in the -w section.David Greenman1995-07-291-5/+13
* Add "connections dropped by persist timeout" statistic.David Greenman1995-07-291-0/+1
* Correct spelling mistake: upcated -> updated.Garrett Wollman1995-06-191-2/+2
* Print out the statistics for cache updates of rtt, rttvar, and ssthresh.Garrett Wollman1995-06-191-0/+5
* That's what I get for doing things in a hurry...applied up-to-date patchDavid Greenman1995-04-091-1/+1
* Oops, remove some chaff from previous commit.David Greenman1995-04-091-6/+0
* Updated netstat to grok 4.4 QUEUE macros now being used to like the PCBsDavid Greenman1995-04-091-8/+9
* Make netstat report the correct state for T/TCP.Garrett Wollman1995-02-141-1/+7
* Document router advertisement and solicitation messages in ICMP inputGarrett Wollman1994-10-021-2/+2
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+494