aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
Commit message (Expand)AuthorAgeFilesLines
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-5/+6
* Add SACK statistics to netstat.Paul Saab2004-06-291-0/+10
* Make netstat(1) more closely follow documented behaviour. If a TCPBruce M Simpson2004-06-161-1/+2
* Add missing dot and newline in a message.Max Khon2004-06-021-1/+1
* Output style nit.Ruslan Ermilov2004-05-121-1/+1
* Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)Mike Silbersack2004-04-261-0/+1
* Do not print a warning about net.inet.pim.stats if errno isDag-Erling Smørgrav2004-03-121-1/+2
* Print the correct ICMP statistics for "no return routes".Ruslan Ermilov2003-10-231-1/+1
* 1. Add support for printing PIM-related statistics withJeffrey Hsu2003-08-071-0/+39
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-0/+1
* o Typo/Grammar fixesMike Makonnen2003-01-141-1/+1
* Warns cleanups for netstat:David Malone2002-09-051-37/+36
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-241-1/+1
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causedMatthew Dillon2002-07-191-0/+2
* - Make ip_rtaddr() global, and use it to look up the correct sourceRuslan Ermilov2001-11-301-0/+5
* Add syncache statistics to netstat.Jonathan Lemon2001-11-221-0/+16
* Don't print stray socket addresses (-A) with the listen queue display (-L).Ruslan Ermilov2001-09-071-23/+20
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.Ruslan Ermilov2001-06-231-12/+28
* remove warningsAssar Westerlund2001-06-151-6/+6
* remove K&R supportAssar Westerlund2001-06-151-29/+12
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-10/+27
* remove most of the warningsAssar Westerlund2001-06-151-27/+10
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-151-7/+7
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+1
* Add a -W flag that tells netstat not to truncate addresses even if they areDag-Erling Smørgrav2001-03-151-7/+13
* MAXHOSTNAMELEN includes space for a NUL.Brian Somers2001-03-141-2/+3
* Count and show incoming UDP datagrams with no checksum.Ruslan Ermilov2001-03-131-0/+1
* sync with latest kame netstat. basically, more statisticsJun-ichiro itojun Hagino2000-07-041-106/+0
* -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