Cleanup IP input, forward, output.
authorbluhm <bluhm@openbsd.org>
Wed, 28 Feb 2024 10:57:20 +0000 (10:57 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 28 Feb 2024 10:57:20 +0000 (10:57 +0000)
commit2136a888e5476e2126e5a2d27c4ca1085adee9aa
tree688eae4d473d2ead5b47216e399b5d6c4afd8043
parent042f4afa40d29bdcc08939fbc9651c1f3177a3d5
Cleanup IP input, forward, output.

Before changing the routing code, get IPv4 and IPv6 input, forward,
and output in a similar shape.  Remove inconsistencies.

OK claudio@
sys/netinet/ip_input.c
sys/netinet6/ip6_forward.c
sys/netinet6/ip6_input.c
sys/netinet6/ip6_output.c