summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mroute.c
Commit message (Collapse)AuthorAgeFilesLines
* sync with latest kame netstat. basically, more statisticsitojun2000-07-041-4/+3
|
* IPv6 multicast routing.shin2000-01-281-1/+1
| | | | | | | | | | | | | kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics Merging to the current and testing with other existing multicast routers is done by Tatsuya Jinmei <jinmei@kame.net>, who writes and maintainances the base code in KAME distribution. Make world check and kernel build check was also successful.
* Cleanup towards -Walljulian1999-10-211-1/+6
|
* Don't use ip_mrtproto to determine whether multicast routing is infenner1999-01-181-66/+19
| | | | | | | | the kernel; this was left over from the earlier protocol-dependent kernel multicast routing code. Learn how to handle the malloc'd multicast routing table (instead of expecting it to be in mbufs)
* Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.wollman1997-01-031-2/+0
|
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-0/+1
| | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* Code cleanup: remove unused variables, use correct *printf formatalex1996-06-021-16/+15
| | | | | | specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments in if statements.
* Move #include of queue.h before #include of socketvar.h in preparation fordg1996-03-111-0/+1
| | | | struct socket changes.
* Merge in Lite-2 changes.peter1996-01-141-1/+1
|
* Re-write `netstat -g' code to match the 3.5 data structures.wollman1995-06-131-49/+47
|
* Tell netstat about the new multicast forwarding statistics. For the moment,wollman1994-09-081-8/+23
| | | | | don't try to do any multicast forwarding cache printouts; it's not clear that netstat can do anything particularly useful or meaningful.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+222
OpenPOWER on IntegriCloud