summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/inet6.c
Commit message (Expand)AuthorAgeFilesLines
* Add MLDv2 statistic IDs to netstat for IPv6 stack.bms2009-04-291-3/+3
* Remove the single global unlocked route cache ip6_forward_rtbz2009-02-011-2/+0
* o Respect -ss flags (suppress zero counters) for icmp6 "histogrammaxim2009-01-131-1/+2
* o Fix grammar.maxim2008-12-261-1/+1
* Change .8s port name restriction to .15s.ume2008-03-181-1/+1
* style(9)obrien2008-01-021-57/+57
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-43/+51
* Use sysctl(2), not kvm(3), to read IPv6 multicast information frombms2007-02-241-4/+11
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-158/+159
* Not having ipv6 in your kernel is not an error and should not be reported.julian2006-07-141-1/+4
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-281-6/+6
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-5/+7
* printed statistics about source address selection rules.ume2004-02-051-0/+25
* stops program if kvm_read fails.ume2004-02-051-2/+3
* o Typo/Grammar fixesmtm2003-01-141-9/+11
* Warns cleanups for netstat:dwmalone2002-09-051-9/+8
* Cast to kill warnings. De-register.markm2002-04-281-3/+3
* Deprecate the -l option in favour of more natural -W.ru2001-09-071-2/+2
* - create an entry of IPV6CTL_STATS sysctl.ume2001-06-281-5/+19
* - Avoid hardcoded constant on icmp6 in/out histogram printingsumikawa2001-06-211-4/+8
* remove warningsassar2001-06-151-4/+4
* remove K&R supportassar2001-06-151-25/+10
* revert removal of warning and K&R supportassar2001-06-151-8/+23
* remove most of the warningsassar2001-06-151-23/+8
* add the option -S for printing port numbers symbolically but addressesassar2001-06-151-4/+4
* Sync with recent KAME.ume2001-06-111-0/+55
* Correct some typos.dd2001-06-011-3/+3
* Add an example of a novel technique to the IPv6 code. This technique seemsphk2001-03-191-1/+2
* MAXHOSTNAMELEN includes space for a NUL.brian2001-03-141-1/+1
* To make compilable without -DINET6.ume2000-08-071-0/+2
* remove m_pulldown related statistics, it is not for production systemitojun2000-07-121-32/+0
* sync with latest kame netstat. basically, more statisticsitojun2000-07-041-117/+243
* -permit protocol specific statistics at iflag,shin2000-01-071-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-11/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+962
OpenPOWER on IntegriCloud