summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ifmcstat/ifmcstat.c
Commit message (Expand)AuthorAgeFilesLines
* - Print scopeid for link-local scope addresses.hrs2013-01-031-3/+18
* - Use sin6_scope_id instead of sin6_addr.s6_addr[2].hrs2012-11-231-17/+11
* Remove variables which are initialized but never used thereafter reported by ...eadler2012-06-191-3/+2
* o in6_ifinfo() does not do any kvm(3) operations, somaxim2012-01-271-26/+27
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Remove duplicated header fileskevlo2011-06-241-1/+0
* Merge final round of MLD changes from p4:bms2009-05-271-2/+2
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-0/+180
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-90/+343
* nitsbms2009-02-151-12/+12
* Blow away KAME MLDv2 hooks.bms2009-02-151-80/+0
* Improve ifmcstat(8) and fix a few bugs while we're at it:bms2009-02-151-51/+156
* Fix a typo which caused ifmcstat's sysctl pathbms2009-02-151-1/+1
* Considerably rework the ifmcstat utility.bms2007-04-101-113/+342
* Remove __P.bms2007-04-091-7/+7
* Use -M and -N for core and kernel image respectively.bms2007-03-201-5/+10
* Make clean for !INET6.bms2007-03-191-182/+37
* Merge latest ifmcstat (with changes for FreeBSD).bms2007-03-191-18/+447
* Remove unused variable and clamp down with WARNS=2dd2004-09-131-1/+0
* Include <net/ethernet.h> to have a prototype for ether_ntoa().stefanf2004-05-281-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+1
* stop use of NI_WITHSCOPEID. it was deprecated.ume2003-10-211-4/+0
* Nuke unused variables.dd2001-06-241-5/+0
* Sync with recent KAME.ume2001-06-111-0/+6
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-3/+3
* Use macro API to <sys/queue.h>phk2000-12-301-9/+9
* Sync with latest KAME.ume2000-07-071-58/+128
* remove redundant ifdef's.shin2000-01-071-182/+44
* Fix KERNEL vs _KERNEL spammage.billf1999-12-301-2/+2
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+338
OpenPOWER on IntegriCloud