CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/18 19:24:07
Modified files:
sys/netinet : in_pcb.c tcp_usrreq.c udp_usrreq.c
Log message:
Unify inpcb API for inet and inet6.
Many functions for IPv4 call their IPv6 counterpart if INP_IPV6 is
set at the socket's pcb. By using the generic API consistently,
the logic is not in the caller it gets more readable.
OK mvs@
