summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet6.c
AgeCommit message (Expand)Author
2013-11-23Update for new pcb tailq's.christos
2013-10-19use correct function and symbolic constantschristos
2013-10-19use new scopeid functionschristos
2013-10-18- avoid pointer gymnasticschristos
2013-06-20Not all pointers are 64bit - use uintptr_t instead of uint64_t.martin
2013-06-19Don't use -P as a kmem printer, verify that the address points to a pcb first!christos
2013-03-01Retire OSI network stack. OK core@joerg
2011-05-24RA flood mitigation via a limit on accepted routes:spz
2011-05-11Suppress whitespace at EOL to fix lib/librumphijack/t_tcpip.dyoung
2011-05-11use getmicrouptime(9) rather than microtime(9) for TIME_WAIT durationdrochner
2011-05-04Don't use type qualifier 'register'.dyoung
2011-05-03Do not display expired or reclaimed vestigial TIME_WAIT entries.dyoung
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2010-12-13Add netstat rump client. For now, it always sets -X, i.e. willpooka
2009-04-12Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare).lukem
2009-02-22Make netstat handle -a properly; that is, don't show unconnecteddholland
2008-04-24Note which things are not available by KVM, and print a nice messagethorpej
2008-04-15Make pim6 stats per-cpu.thorpej
2008-04-15Make raw6 stats per-cpu.thorpej
2008-04-15Use ANSI function decls throughout.thorpej
2008-04-15Make udp6 stats per-cpu.thorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-04-08Change ICMP6 stats from a structure to an array of uint64_t's.thorpej
2008-02-16Fix more -combine fallout. (mismatched definitions)matt
2007-03-07Add new IPv6 Fast Forward statisticsliamjfoy
2007-01-17Remove duplicate #includeshubertf
2006-09-22PR/31347: Geoff C. Wing: netstat err message is ambiguous about causeelad
2006-05-31Don't print an error if kernel doesn't have INET6 support.rpaulo
2006-05-28Make netstat use sysctl when dumping routing tables/stats.elad
2006-05-21check if malloc(3) failedliamjfoy
2005-08-28Use net.inet6.{ip6,udp6,pim6,raw6}.stats for live systems.rpaulo
2005-08-28Use net.inet6.tcp6.pcblist, net.inet6.tcp6.stats (not implemented yet) andrpaulo
2005-08-04Added #include <kvm.h> since netstat.h, which is included too, needs it.rpaulo
2005-02-13print the proper pointer for the pcb address. otherwise, all the udp6atatat
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization process.itojun
2003-11-06handle KAME scopeid hack for multicast addr. Matthias Drochneritojun
2003-09-12fix PR bin/22739 (netstat -nlv -f inet6 weird)itojun
2003-09-04synchronize w/ inpcb/in6pcb changeitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-14use proper #ifdef to determine behavior (__KAME__)itojun
2003-03-22it's not necessary to limit the service name artificially to 8 charactersjdolecek
2002-10-26fix typo, from sm@resistor.net in misc/18816.grant
2002-06-09use strchr, not indexitojun
2001-10-18print rip6stat. sync with kameitojun
2001-09-10Make the PCB address printing look like the IPv4 version.thorpej
2001-06-13typoitojun
2001-05-28add `-s' that prints port numbers symbolically but addresses numericallyassar
2001-04-06pedant changes for strcpy/sprintf.itojun
2001-03-20add sctp (maybe we should add it to /etc/protocols instead?)itojun
2001-02-07during ip6/icmp6 inbound packet processing, do not call log() nor printf() initojun