summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet6.c
AgeCommit message (Expand)Author
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
2000-12-14try to lookup /etc/protocols for histogramitojun
2000-12-11typo in -s messageitojun
2000-10-23count path MTU changes.itojun
2000-10-11More format string cleanup by sommerfeld.is
2000-08-13Fix netstat -ss handling for a bunch of ISO cases, so thatjhawk
2000-07-13do not print m_pulldown statistics. it is too experimental anditojun
2000-07-06more stats. from kameitojun
2000-06-16print # of packets filtered by icmp6 rate limitationitojun
2000-05-17s/icmp/icmp6/ in messageitojun
2000-02-26revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame)itojun
1999-12-16Make this compile on the Alpha again.thorpej
1999-12-13per-interface statistics.itojun
1999-11-19Change printf formats for 64bit counters.bouyer
1999-07-30do not include netinet/in6_systm.h, which has been empty for a while.itojun
1999-07-06add NetBSD RCS ID.itojun
1999-07-01make netstat IPv6-ready.itojun