CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/10 14:26:22
Modified files:
sys/netinet6 : icmp6.c nd6.c nd6.h nd6_nbr.c nd6_rtr.c
Log message:
Merge nd6_option_init() into nd6_options()
All call-sites call nd6_options() directly after nd6_option_init().
Fold them to simplify the logic and do less pointing around.
Feedback OK bluhm florian
