summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Fix netstat -gs with ip_mroute module and/or vnetMike Karels2019-11-121-6/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-051-10/+14
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-111-9/+3
* Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato2015-09-021-22/+5
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-4/+20
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-81/+126
* Fix "netstat -gW" behavior broken in r259638.Alexander V. Chernikov2014-04-291-11/+13
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov2013-12-201-4/+39
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov2013-07-091-1/+1
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-15/+15
* Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.Bruce M Simpson2009-04-211-0/+3
* Fix size_t merge-o.Bruce M Simpson2009-03-191-1/+1
* Introduce a number of changes to the MROUTING code.Bruce M Simpson2009-03-191-117/+189
* style(9)David E. O'Brien2008-01-021-4/+4
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-27/+16
* Use the names 'IPv4' and 'Forwarding Table' in program output, notBruce M Simpson2007-02-241-4/+4
* Add comments about where netstat is using KVM to read things whichBruce M Simpson2007-02-241-1/+3
* Change wording of warnings when there is no ip_mroute.ko moduleBruce M Simpson2007-02-211-7/+12
* Nits.Bruce M Simpson2006-09-291-1/+1
* Push removal of mrouted down to the rest of the tree.Bruce M Simpson2006-09-291-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-4/+5
* Both fields of struct timeval are of a non-basic type,Yaroslav Tykhiy2006-07-281-6/+10
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-4/+2
* 1. Add support for printing PIM-related statistics withJeffrey Hsu2003-08-071-0/+93
* * Use sysctlbyname(3) to print statistics about the MFC andJeffrey Hsu2003-08-051-6/+24
* Warns cleanups for netstat:David Malone2002-09-051-5/+5
* If -s -s is specified, don't show zero multicast routing statistics.Ruslan Ermilov2001-09-071-26/+23
* Use sysctl to export multicast routing statsBill Fenner2001-07-251-5/+13
* remove K&R supportAssar Westerlund2001-06-151-4/+2
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-2/+4
* remove most of the warningsAssar Westerlund2001-06-151-4/+2
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-151-4/+4
* sync with latest kame netstat. basically, more statisticsJun-ichiro itojun Hagino2000-07-041-4/+3
* IPv6 multicast routing.Yoshinobu Inoue2000-01-281-1/+1
* Cleanup towards -WallJulian Elischer1999-10-211-1/+6
* Don't use ip_mrtproto to determine whether multicast routing is inBill Fenner1999-01-181-66/+19
* Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.Garrett Wollman1997-01-031-2/+0
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-0/+1
* Code cleanup: remove unused variables, use correct *printf formatAlexander Langer1996-06-021-16/+15
* Move #include of queue.h before #include of socketvar.h in preparation forDavid Greenman1996-03-111-0/+1
* Merge in Lite-2 changes.Peter Wemm1996-01-141-1/+1
* Re-write `netstat -g' code to match the 3.5 data structures.Garrett Wollman1995-06-131-49/+47
* Tell netstat about the new multicast forwarding statistics. For the moment,Garrett Wollman1994-09-081-8/+23
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+222