aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r187134: respect -ss flags for icmp6 "histogram of error messages"Maxim Konovalov2009-01-221-1/+2
* MFC r186498: fix typo.Maxim Konovalov2009-01-111-1/+1
* MFC 1.31: Change .8s port name restriction to .15s.Hajimu UMEMOTO2008-03-251-1/+1
* MFC: style(9)David E. O'Brien2008-03-161-57/+57
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-43/+51
* Use sysctl(2), not kvm(3), to read IPv6 multicast information fromBruce M Simpson2007-02-241-4/+11
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-158/+159
* Not having ipv6 in your kernel is not an error and should not be reported.Julian Elischer2006-07-141-1/+4
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-6/+6
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-5/+7
* printed statistics about source address selection rules.Hajimu UMEMOTO2004-02-051-0/+25
* stops program if kvm_read fails.Hajimu UMEMOTO2004-02-051-2/+3
* o Typo/Grammar fixesMike Makonnen2003-01-141-9/+11
* Warns cleanups for netstat:David Malone2002-09-051-9/+8
* Cast to kill warnings. De-register.Mark Murray2002-04-281-3/+3
* Deprecate the -l option in favour of more natural -W.Ruslan Ermilov2001-09-071-2/+2
* - create an entry of IPV6CTL_STATS sysctl.Hajimu UMEMOTO2001-06-281-5/+19
* - Avoid hardcoded constant on icmp6 in/out histogram printingMunechika SUMIKAWA2001-06-211-4/+8
* remove warningsAssar Westerlund2001-06-151-4/+4
* remove K&R supportAssar Westerlund2001-06-151-25/+10
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-8/+23
* remove most of the warningsAssar Westerlund2001-06-151-23/+8
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-151-4/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+55
* Correct some typos.Dima Dorfman2001-06-011-3/+3
* Add an example of a novel technique to the IPv6 code. This technique seemsPoul-Henning Kamp2001-03-191-1/+2
* MAXHOSTNAMELEN includes space for a NUL.Brian Somers2001-03-141-1/+1
* To make compilable without -DINET6.Hajimu UMEMOTO2000-08-071-0/+2
* remove m_pulldown related statistics, it is not for production systemJun-ichiro itojun Hagino2000-07-121-32/+0
* sync with latest kame netstat. basically, more statisticsJun-ichiro itojun Hagino2000-07-041-115/+241
* -permit protocol specific statistics at iflag,Yoshinobu Inoue2000-01-071-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-11/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+962