Author :
bluhm
Date :
2024-01-19 02:24:07
Hash :a342f0b4 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@