CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/08 03:24:13
Modified files:
sys/kern : kern_sysctl.c
sys/netinet : raw_ip.c
sys/netinet6 : raw_ip6.c
Log message:
Use PCB iterator for raw IPv6 input loop.
Implement inpcb iterator in rip6_input(). Factor out the real work
to rip6_sbappend(). Now UDP broadcast and multicast, raw IPv4 and
IPv6 input work similar. While there, make rip_input() look more
like rip6_input().
OK mvs@
