summaryrefslogtreecommitdiffstats
path: root/sys/netinet/igmp_var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify igmp_sysctl to directly return error in default casegnezdo2020-08-171-5/+1
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+2
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-2/+2
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-2/+2
* convert igmp_stat into per-cpu countersdlg2017-01-041-2/+24
* use arc4random_uniform() for random number requests that are not adjm2008-04-181-2/+2
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-1/+17
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove commons; inspired by netbsd.jason2003-02-121-2/+2
* First round of __P removal in sysmillert2002-03-141-7/+7
* Inclusion protection.angelos2001-06-091-2/+6
* use arc4random()deraadt1997-02-051-2/+2
* From NetBSD: 960217 mergeniklas1996-03-031-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+81