aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet6.c
Commit message (Expand)AuthorAgeFilesLines
* 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-117/+243
* -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