CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/01/20 18:17:20
Modified files: sys/netinet : raw_ip.c udp_usrreq.c sys/netinet6 : raw_ip6.c Log message: Assert that inpcb table has correct address family. Since inpcb tables for UDP and Raw IP have been split into IPv4 and IPv6, assert that INP_IPV6 flag is correct instead of checking it. While there, give the table variable a nicer name. OK sashan@ mvs@