aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ifmcstat/ifmcstat.c
Commit message (Expand)AuthorAgeFilesLines
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Now that IGMP and MLD sysctls provide a clean API structures that do notGleb Smirnoff2015-02-191-15/+15
* Remove sa_equal() definition since it is already defined in net/route.h.Alexander V. Chernikov2014-04-261-3/+0
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,Gleb Smirnoff2013-10-151-0/+1
* - Print scopeid for link-local scope addresses.Hiroki Sato2013-01-031-3/+18
* - Use sin6_scope_id instead of sin6_addr.s6_addr[2].Hiroki Sato2012-11-231-17/+11
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-3/+2
* o in6_ifinfo() does not do any kvm(3) operations, soMaxim Konovalov2012-01-271-26/+27
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Merge final round of MLD changes from p4:Bruce M Simpson2009-05-271-2/+2
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-0/+180
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-90/+343
* nitsBruce M Simpson2009-02-151-12/+12
* Blow away KAME MLDv2 hooks.Bruce M Simpson2009-02-151-80/+0
* Improve ifmcstat(8) and fix a few bugs while we're at it:Bruce M Simpson2009-02-151-51/+156
* Fix a typo which caused ifmcstat's sysctl pathBruce M Simpson2009-02-151-1/+1
* Considerably rework the ifmcstat utility.Bruce M Simpson2007-04-101-113/+342
* Remove __P.Bruce M Simpson2007-04-091-7/+7
* Use -M and -N for core and kernel image respectively.Bruce M Simpson2007-03-201-5/+10
* Make clean for !INET6.Bruce M Simpson2007-03-191-182/+37
* Merge latest ifmcstat (with changes for FreeBSD).Bruce M Simpson2007-03-191-18/+447
* Remove unused variable and clamp down with WARNS=2Dima Dorfman2004-09-131-1/+0
* Include <net/ethernet.h> to have a prototype for ether_ntoa().Stefan Farfeleder2004-05-281-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+1
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-4/+0
* Nuke unused variables.Dima Dorfman2001-06-241-5/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+6
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-3/+3
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-9/+9
* Sync with latest KAME.Hajimu UMEMOTO2000-07-071-58/+128
* remove redundant ifdef's.Yoshinobu Inoue2000-01-071-182/+44
* Fix KERNEL vs _KERNEL spammage.Bill Fumerola1999-12-301-2/+2
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+338