Merge IPv4 and IPv6 options in inpcb.
authorbluhm <bluhm@openbsd.org>
Fri, 19 Apr 2024 10:13:58 +0000 (10:13 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 19 Apr 2024 10:13:58 +0000 (10:13 +0000)
commit5bda38b8a563426e9cc297677f8788b7eab12d04
tree4734aba719526c57054c4252d64f3e148352ba4e
parent80f19918c99cbc942396fe67c189adf1eb521ed1
Merge IPv4 and IPv6 options in inpcb.

A internet PCB has either inp_options or inp_outputopts6.  Put them
into a common anonymous union.

OK mvs@ kn@
sys/netinet/in_pcb.c
sys/netinet/in_pcb.h