index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
igmp_var.h
Age
Commit message (
Expand
)
Author
2022-03-28
if_detach() does if_remove(ifp); NET_LOCK(); rti_delete(). New
Alexander Bluhm
2020-08-17
Simplify igmp_sysctl to directly return error in default case
gnezdo
2017-04-14
Pass down the address family through the pr_input calls. This
Alexander Bluhm
2017-01-29
Change the IPv4 pr_input function to the way IPv6 is implemented,
Alexander Bluhm
2017-01-25
Since raw_input() and route_input() are gone from pr_input, we can
Alexander Bluhm
2017-01-04
convert igmp_stat into per-cpu counters
David Gwynne
2008-04-18
use arc4random_uniform() for random number requests that are not a
Damien Miller
2007-12-14
add sysctl entry points into various network layers, in particular to
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-12
Remove commons; inspired by netbsd.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-09
Inclusion protection.
Angelos D. Keromytis
1997-02-05
use arc4random()
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt