summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/inet.c
Commit message (Expand)AuthorAgeFilesLines
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-97/+306
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+4
* 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in theandre2007-05-131-1/+1
* o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE.maxim2007-04-301-20/+50
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-261-0/+1
* Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1).wkoszek2006-09-201-0/+1
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-281-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-29/+30
* 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
OpenPOWER on IntegriCloud