summaryrefslogtreecommitdiffstats
path: root/sys/netinet/igmp_var.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify igmp_sysctl to directly return error in default casegnezdo2020-08-171-5/+1
| | | | | | | This replaces a piece of observationally identical code which was much more complicated. ok mpi@
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+2
| | | | | allows to simplify code used for both IPv4 and IPv6. OK mikeb@ deraadt@
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-2/+2
| | | | | | | to get rid of struct ip6protosw and some wrapper functions. It is more consistent to have less different structures. The divert_input functions cannot be called anyway, so remove them. OK visa@ mpi@
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-2/+2
| | | | | | make the variable parameters of the protocol input functions fixed. Also add the proto to make it similar to IPv6. OK mpi@ guenther@ millert@
* convert igmp_stat into per-cpu countersdlg2017-01-041-2/+24
| | | | | | | | it follows the same pattern used in previous conversions. from Dimitris Papastamos (thank you). ok mpi@
* use arc4random_uniform() for random number requests that are not adjm2008-04-181-2/+2
| | | | | | | | | power of two. use arc4random_bytes() when requesting more than a word of PRNG output. ok deraadt@
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-1/+17
| | | | provide netstat(1) with data it needs; ok claudio reyk
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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