summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/netstat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* satisfy -fno-common, by (1) copying all the variable decls fromderaadt2021-01-261-28/+28
* Add -R to show a summary of rdomains with associated interfaces and tables.remi2020-06-121-1/+4
* Fix reading route entries via kvm(3).mpi2019-04-281-2/+2
* when showing interface stats, combine the queue drops with errors as failsdlg2019-03-041-1/+5
* Print global IPsec counters.mpi2018-08-131-1/+2
* add option -l to show only listening sockets (for tcp)benno2017-08-121-2/+3
* To tune the TCP SYN cache we need more information. Print thebluhm2016-07-201-1/+2
* Remove never called functions to dump per-ifp IPv6 statistics now thatmpi2015-09-111-3/+1
* Switch the printing of open sockets from ugly KVM internals to useclaudio2015-02-121-11/+17
* Get rid of another KVM reader and convert the multicast output to useclaudio2015-02-091-3/+4
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-2/+4
* As non-root, whenever netstat is about to print out a kernel pointer...deraadt2013-03-201-1/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* -h flag to print human numbers in conjunction with -w -btedu2012-08-221-1/+2
* Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmcmikeb2011-11-011-2/+2
* List sockets existing only in the specified or current routing domain.mikeb2011-11-011-2/+2
* rmove rotten netatalk bitshenning2011-07-091-5/+1
* Add a -B flag to netstat which displays buffer sizes for TCP sockets.jsing2011-03-151-1/+2
* Print socket structure internals when netstat -P pcbaddr is calledbluhm2010-10-301-5/+6
* Do similar changes to netstat as done to route(8). Try to show theclaudio2010-10-111-2/+2
* Allow selecting both address family and protocol by passing the address familyblambert2010-06-291-7/+3
* remove unused functionchl2010-05-231-2/+1
* Sync with show.c of route(8). OK michele@claudio2010-03-231-1/+2
* don't repeat the banner if not a tty.tedu2009-11-221-2/+2
* IPv6 support for divert sockets.michele2009-11-051-1/+2
* Add (again) support for divert sockets. They allow you to:michele2009-10-041-1/+2
* Make the kvm routing table code grok multiple routing tables and do notclaudio2009-05-071-2/+2
* Fix some interger overflows when accounting the used mbuf memory percentageclaudio2009-01-271-3/+3
* netstat statistics for pflow(4) via pseudo familygollo2008-09-161-1/+2
* Make if.c kvm free by fetching the interface stats via sysctl like in systatclaudio2008-01-031-2/+2
* Remove the kvm code in rt_stats() and use the sysctl code all the time.claudio2007-12-191-2/+2
* remove 21 nlist variables, and instead use sysctl to query the kernelderaadt2007-12-141-39/+24
* mbuf stats are always gotten via sysctl(), so remove old nlist stuffderaadt2007-12-111-2/+2
* Make it possible to show alternate routing tables in netstat. This mostlyclaudio2007-07-251-2/+2
* net80211_ifstats() is called in main.c but there was no prototype.ray2007-06-191-1/+3
* remove IPX support, agreed by manyhenning2007-06-041-9/+1
* Add a new flag -F to netstat restricting route display in conjuctionpyr2007-03-231-1/+2
* Fix KVM snooping code of netstat that got broken by the multiple tableclaudio2006-08-291-2/+2
* remove duplicate prototype for the intpr function.brad2006-07-051-3/+1
* Kill upHex and use %X instead. Crazy old code found by deraadt.claudio2006-05-271-2/+1
* Moving netstat from kvm snooping to retrieving the routing tables viaclaudio2006-05-271-7/+13
* add -P for dumping PCB infos, similar to netbsd; ok deraadt@markus2005-06-151-1/+4
* add '-W interface' for 802.11 wireless statistics of the net80211 stack.reyk2005-04-121-1/+2
* kill -S; ok henningjaredy2005-03-301-2/+1
* kill unneeded (char *) casts. ok millert, ottojaredy2005-03-251-2/+2
* backout previous; i committed to wrong repository (i meant to commit kame)itojun2005-02-101-4/+1
* dccp supportitojun2005-02-101-1/+4
* Allow netstat to print PIM statistics.mcbride2005-01-141-1/+2
* Add new '-S' flag to display the source selector part of the routing tablecedric2004-06-061-1/+2
* Add initial support for pf state synchronization over the network.mcbride2003-12-151-1/+2