CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/12 04:37:08
Modified files:
sys/netinet : igmp.c in.c in_var.h
sys/netinet6 : in6.c in6_var.h mld6.c nd6.c
Log message:
Convert multicast address lookup macro into function.
Convert macros IN_LOOKUP_MULTI() and IN6_LOOKUP_MULTI() into functions
in_lookupmulti() and in6_lookupmulti(). Make some paramters const
as suggested by kn@.
OK kn@ mvs@
