CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/15 11:47:15
Modified files:
sys/netinet6 : raw_ip6.c
sys/netinet : ip_gre.c tcp_usrreq.c
Log message:
Convert hand rolled sockaddr checks to the nam2sin functions.
Especially in tcp_usrreq() connect detect the correct address family
based on the inp_flags instead of the sa_family user input.
OK mpi@
