summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet6.c
AgeCommit message (Expand)Author
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2016-12-22Remove PIM support from the multicast stack.Rafael Zalamena
2016-03-28Drop if-zeroed gethostbyname2.h header, remnant from KAME timesJeremie Courreges-Anglas
2015-09-11Remove never called functions to dump per-ifp IPv6 statistics now thatMartin Pieuchot
2015-02-12Switch the printing of open sockets from ugly KVM internals to useClaudio Jeker
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-08-14No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2012-12-04remove some unnecessary sys/mbuf.h inclusionsTheo de Raadt
2010-12-21ip6s_exthdrtoolong is always zero so remove it here which is the last user.Claudio Jeker
2010-10-21There is neither TCP6 nor struct tcp6cb in our kernel. So removeAlexander Bluhm
2009-11-05IPv6 support for divert sockets.Michele Marchetto
2009-07-17revert 1.38: naddy looked closer at the output and some of the sections don't...Ted Unangst
2009-07-16make the inet6 output a little more like everything else.Ted Unangst
2009-02-07add missing headers needed for warn() and err().Charles Longeau
2007-12-19delete rcsid crudTheo de Raadt
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
2007-09-11u_quad_t -> u_int64_t and %qu -> %llu, from bradHenning Brauer
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2003-11-06fix linklocal multicast address handling. Matthias DrochnerJun-ichiro itojun Hagino
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14use __KAME__ to determine kame-based kernel.Jun-ichiro itojun Hagino
2003-03-16correctly initialize a pointerNikolay Sturm
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-02-01ansiTheo de Raadt
2002-10-26typo. NetBSD PR 18816Jun-ichiro itojun Hagino
2002-06-09Standardization -- s/tdb/TDB/ and various dup expansions.Jason Peel
2002-06-09use strchr() instead of index()Theo de Raadt
2002-06-07print rip6statJun-ichiro itojun Hagino
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-02-19Fix gethostname() usage.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
2001-06-13typo in icmp6 stat printingJun-ichiro itojun Hagino
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
2000-12-11typo in -s messageJun-ichiro itojun Hagino
2000-12-11show # of successful IPv6 path MTU changes with -s. from kameJun-ichiro itojun Hagino
2000-08-26typo. sync with kameJun-ichiro itojun Hagino
2000-08-13typo. be more friendly with netstat -ssn. from jhawk@netbsd (via kame)Jun-ichiro itojun Hagino
2000-07-12remove m_pulldown statistics, it is purely experimental and belongs toJun-ichiro itojun Hagino
2000-07-06more statsJun-ichiro itojun Hagino
2000-06-16print # of icmp6 error suppressed by rate limitJun-ichiro itojun Hagino
2000-05-17s/icmp/icmp6/ in messageJun-ichiro itojun Hagino
2000-02-28update IPv6 portion to match latest sys/netinet6.Jun-ichiro itojun Hagino
2000-01-18print IPv6 multicast groups on -ia.Jun-ichiro itojun Hagino
2000-01-05s/input histogram/input packet/histogram/Jun-ichiro itojun Hagino