Extract the type from the ICMP6 header before looping over Raw IPv6
authorbluhm <bluhm@openbsd.org>
Tue, 22 Mar 2022 18:27:21 +0000 (18:27 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 22 Mar 2022 18:27:21 +0000 (18:27 +0000)
commitbf088e2b2bca3601996da0e7183cb5627772de3b
tree1cc2eb6fe88b6f87c02ad5feacde0a15584f268e
parentd25fea59a0deacf6ba6d0f13578456f228c54f63
Extract the type from the ICMP6 header before looping over Raw IPv6
PCBs.  This make mutex and error handling easier.
OK claudio@
sys/netinet6/raw_ip6.c