summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.h
AgeCommit message (Expand)Author
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
2007-12-11mbuf stats are always gotten via sysctl(), so remove old nlist stuffTheo de Raadt
2007-07-25Make it possible to show alternate routing tables in netstat. This mostlyClaudio Jeker
2007-06-19net80211_ifstats() is called in main.c but there was no prototype.Ray Lai
2007-06-04remove IPX support, agreed by manyHenning Brauer
2007-03-23Add a new flag -F to netstat restricting route display in conjuctionPierre-Yves Ritschard
2006-08-29Fix KVM snooping code of netstat that got broken by the multiple tableClaudio Jeker
2006-07-05remove duplicate prototype for the intpr function.Brad Smith
2006-05-27Kill upHex and use %X instead. Crazy old code found by deraadt.Claudio Jeker
2006-05-27Moving netstat from kvm snooping to retrieving the routing tables viaClaudio Jeker
2005-06-15add -P for dumping PCB infos, similar to netbsd; ok deraadt@Markus Friedl
2005-04-12add '-W interface' for 802.11 wireless statistics of the net80211 stack.Reyk Floeter
2005-03-30kill -S; ok henningJared Yanovich
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2005-02-10backout previous; i committed to wrong repository (i meant to commit kame)Jun-ichiro itojun Hagino
2005-02-10dccp supportJun-ichiro itojun Hagino
2005-01-14Allow netstat to print PIM statistics.Ryan Thomas McBride
2004-06-06Add new '-S' flag to display the source selector part of the routing tableCedric Berger
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-06-26more proto fixesTheo de Raadt
2003-06-25add protoTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-07print rip6statJun-ichiro itojun Hagino
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-26Add a -q to silence zero-output lines and fix some whitespace and text nits.brian
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-05-18adapt to use poolNiels Provos
2000-12-13Bytecounter stats. (-b switch)Camiel Dobbelaar
2000-06-30split netstat -an -f inet and netstat -an -f inet6, for consistency.Jun-ichiro itojun Hagino
2000-01-21ip4 -> ipipAngelos D. Keromytis
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino
1999-10-29etherip statisticsAngelos D. Keromytis
1998-02-26* netstat -r [-n] now prints netmasks for network routes (in XXX/24 format).Peter Galbavy
1997-07-23Add AppleTalk support. TODO: route.c does not handle netranges.denny
1997-07-04Base PLEN on the value of LONG_BIT instead of assuming basedTodd C. Miller
1997-06-29Use correct spacing on both 32bit and 64bit machines.Todd C. Miller
1997-06-29Mostly clean -Wall + 64bit issues.Todd C. Miller
1997-06-18Be a bit more verbose for AF_ENCAP "routing" entries.Angelos D. Keromytis
1997-02-21netstat now understands SIPP-AH/SIPP-ESP (IPsec) and ENCAP protocols.Angelos D. Keromytis
1996-08-16ipx.Michael Shalayeff
1996-06-26rcsidTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt