summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/inet.c
Commit message (Expand)AuthorAgeFilesLines
* Silence a warning on systems without carp(4).ru2005-04-121-1/+2
* Add limits on the number of elements in the sack scoreboard bothps2005-03-091-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+45
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-5/+6
* Add SACK statistics to netstat.ps2004-06-291-0/+10
* Make netstat(1) more closely follow documented behaviour. If a TCPbms2004-06-161-1/+2
* Add missing dot and newline in a message.fjoe2004-06-021-1/+1
* Output style nit.ru2004-05-121-1/+1
* Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)silby2004-04-261-0/+1
* Do not print a warning about net.inet.pim.stats if errno isdes2004-03-121-1/+2
* Print the correct ICMP statistics for "no return routes".ru2003-10-231-1/+1
* 1. Add support for printing PIM-related statistics withhsu2003-08-071-0/+39
* Back out support for RFC3514.mdodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-011-0/+1
* o Typo/Grammar fixesmtm2003-01-141-1/+1
* Warns cleanups for netstat:dwmalone2002-09-051-37/+36
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-241-1/+1
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-191-0/+2
* - Make ip_rtaddr() global, and use it to look up the correct sourceru2001-11-301-0/+5
* Add syncache statistics to netstat.jlemon2001-11-221-0/+16
* Don't print stray socket addresses (-A) with the listen queue display (-L).ru2001-09-071-23/+20
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-231-12/+28
* remove warningsassar2001-06-151-6/+6
* remove K&R supportassar2001-06-151-29/+12
* revert removal of warning and K&R supportassar2001-06-151-10/+27
* remove most of the warningsassar2001-06-151-27/+10
* add the option -S for printing port numbers symbolically but addressesassar2001-06-151-7/+7
* Sync with recent KAME.ume2001-06-111-0/+1
* Add a -W flag that tells netstat not to truncate addresses even if they aredes2001-03-151-7/+13
* MAXHOSTNAMELEN includes space for a NUL.brian2001-03-141-2/+3
* Count and show incoming UDP datagrams with no checksum.ru2001-03-131-0/+1
* sync with latest kame netstat. basically, more statisticsitojun2000-07-041-106/+0
* -permit protocol specific statistics at iflag,shin2000-01-071-7/+14
* Add new option, -L that will listen the various listen queue lengths.guido1999-12-131-29/+56
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-18/+230
* Cleanup towards -Walljulian1999-10-211-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't truncate port numbers.des1999-07-061-9/+5
* Fix fstat compatibility by printing the address of the tcppcb instead ofdes1999-03-101-3/+7
* Fixed printf format errors.bde1998-07-061-20/+36
* o Use snprintf over sprintf.imp1998-06-091-5/+6
* Make "netstat -s" display stats on fast-forwarded packets.pb1998-05-191-2/+5
* mbuf, inet, and unix modules no longer read kvm.wollman1998-05-151-62/+115
* Print out the two new fields in the ICMP stats. While we're at it, alsowollman1997-08-251-5/+23
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Print out the new uninteresting-multicast-packets statistic.wollman1997-01-211-1/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* TCP statistics are unsigned counters.pst1997-01-071-46/+46
* Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufswollman1996-10-281-1/+4
* Try to make netstat more smart about port numbers.phk1996-08-231-7/+21
OpenPOWER on IntegriCloud