CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2015/10/22 09:37:48

Modified files:
        sys/net        : if.c if_dl.h if_enc.c if_ethersubr.c if_mpe.c 
                         if_mpw.c route.c rtsock.c 
        sys/netinet    : if_ether.c 
        sys/netinet6   : icmp6.c in6_ifattach.c nd6.c nd6_nbr.c 
                         nd6_rtr.c 

Log message:
Inspired by satosin(), use inline functions to convert sockaddr dl.
Instead of casts they check wether the incoming object has the
expected type.  So introduce satosdl() and sdltosa() in the kernel.
OK mpi@

Reply via email to