summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_mroute.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the IPv6 multicast routing code use the OpenBSD routing tablerzalamena2017-05-161-25/+1
* Added initial IPv6 multicast routing support for multiple rdomains:rzalamena2017-05-081-4/+4
* In sogetopt, preallocate an mbuf to avoid using sleeping mallocs withdhill2017-02-011-2/+2
* Remove PIM support from the multicast stack.rzalamena2016-12-221-2/+1
* More damned eye searing whitespace. No change to .o files.krw2015-06-081-28/+28
* Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and theclaudio2015-02-091-3/+30
* Kill unused route storages.mpi2014-07-091-2/+1
* remove left over bits of omrt6msg, and cleanup the yuckyderaadt2013-10-291-42/+14
* delete UPCALL_TIMING debug code from a the dark agesderaadt2013-10-271-7/+4
* no more #ifdef KERNELderaadt2013-10-211-4/+2
* remove GET_TIME() wrapperderaadt2013-10-211-9/+1
* tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.mpi2013-05-021-5/+1
* ioctl requests are u_long not int, spotted via clangjsg2012-09-191-2/+2
* u_quad_t -> u_int64_tbrad2006-07-061-28/+28
* on interface removal, clear multicast forwarding stuff. from kameitojun2003-07-081-1/+2
* First round of __P removal in sysmillert2002-03-141-5/+5
* fix multicast API for sizeof(long) != 4. (IF_SET and family will notitojun2001-02-161-4/+4
* update multicast routing message (struct mrt6msg) to the latest kame.itojun2000-05-191-10/+38
* Remove remaining unnecessary ifdefs (itojun will hate me for this :-)angelos1999-12-101-6/+1
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+254