summaryrefslogtreecommitdiff
path: root/sys/netinet/igmp_var.h
AgeCommit message (Expand)Author
2021-02-17- pass the alignment instead of the mask (as Roy asked and to match thechristos
2021-02-14- centralize header align and pullup into a single inline functionchristos
2018-09-14Use non-variadic function pointer in protosw::pr_input.maxv
2014-05-29Make IGMP and multicast group management code MP-safe. Use a read-writermind
2008-04-15Make IGMP stats per-cpu.thorpej
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2004-04-25Initialise (most) pools from a link set instead of explicit callssimonb
2004-04-21no space between function name and paren: foo (blah) -> foo(blah)itojun
2004-04-18De __P()matt
2003-10-07There is also no reason to use arc4random() here.mycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-26purge rti structure (in igmp.c) for removed ifp on if_detach().itojun
2003-06-15Change the way multicasts are kept. They now use a hash table in the samematt
2002-06-30Changes to allow the IPv4 and IPv6 layers to align headers themseves,thorpej
2002-05-29use arc4randomitojun
2002-05-12Eliminate commons.matt
1999-11-19Update protocoles and interfaces stats counters to 64bit.bouyer
1998-02-10add/cleanup multiple inclusion protection.perry
1996-02-13netinet prototypeschristos
1995-05-31Implement IGMP v2. Based on the Multicast 3.5 distribution.mycroft
1995-03-26KERNEL -> _KERNELjtc
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-01-10Change the counters to be all the same type -- u_long.mycroft
1994-01-09Prototype the rest.mycroft
1994-01-08Fix some inconsistent spacing; spaces at the end of lines, etc.mycroft
1993-12-06multicast support.hpeyerl