Huw Davies (@huw) commented about dlls/nsiproxy.sys/ip.c:
- NET_LUID luid;
- if (getifaddrs( &addrs )) return STATUS_NO_MORE_ENTRIES;
- if (fam == AF_INET6) addr_scopes = get_ipv6_addr_scope_table( &addr_scopes_size );
- rw = rw_data;
- for (entry = addrs; entry; entry = entry->ifa_next)
- {
if (!entry->ifa_addr || entry->ifa_addr->sa_family != fam) continue;
if (unix_name && strcmp( entry->ifa_name, unix_name )) continue;
if (fam == AF_INET6)
{
scope_id = find_ipv6_addr_scope( (IN6_ADDR*)&((struct sockaddr_in6 *)entry->ifa_addr)->sin6_addr, addr_scopes,
addr_scopes_size );
/* Info in IP interface table entry correspons to link local IPV6 address, while reported info for loopback
```suggestion:-0+0 /* Info in the IP interface table entry corresponds to link local IPv6 address, while reported info for loopback ```