CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/04 09:00:24
Modified files:
sys/net : bpf.c bridgectl.c if.c if_dl.h if_gif.c
if_mpe.c if_mpw.c if_pppx.c if_vxlan.c pf.c
pipex.c pipex_local.h
sys/netinet : in.c in.h ip_ipip.c tcp_subr.c
sys/netinet6 : in6.c in6.h
sys/sys : socket.h
Log message:
Introduce sstosa() for converting sockaddr_storage with a type safe
inline function instead of casting it to sockaddr. While there,
use inline instead of __inline for all these conversions. Some
struct sockaddr casts can be avoided completely.
OK dhill@ mpi@