CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/03 13:24:17
Modified files:
sys/netinet : in_pcb.c in_pcb.h tcp_usrreq.c
sys/netinet6 : in6_pcb.c
Log message:
Use INP_IPV6 flag instead of sotopf().
During initialization in_pcballoc() sets INP_IPV6 once to avoid
reaching through inp_socket->so_proto->pr_domain->dom_family. Use
this flag consistently.
OK sashan@ mvs@
