March 23, 2026
7:21 p.m.
v3: * remove now unused function; * rename 'has_local to 'has_link_local'; * kept both IN6_IS_ADDR_LINKLOCAL and IN6_IS_ADDR_SITELOCAL checks as the checks in macros are mutually exclusive (could explicitly check for 0x80 prefix only of course but IMO using macros is more readable); * kept IN6_IS_ADDR_MULTICAST() so far, can remove of course as indeed it is not needed there, but IMO it reads easier this way, when the all the exclusions are checked explicitly. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10432#note_133406