CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/04/19 04:13:58
Modified files: sys/netinet : in_pcb.c in_pcb.h Log message: 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@