localnet_scope 1305 net/ipv4/devinet.c unsigned char localnet_scope = RT_SCOPE_HOST; localnet_scope 1316 net/ipv4/devinet.c localnet_scope = RT_SCOPE_LINK; localnet_scope 1321 net/ipv4/devinet.c if (min(ifa->ifa_scope, localnet_scope) > scope) localnet_scope 1374 net/ipv4/devinet.c unsigned char localnet_scope = RT_SCOPE_HOST; localnet_scope 1380 net/ipv4/devinet.c localnet_scope = RT_SCOPE_LINK; localnet_scope 1383 net/ipv4/devinet.c unsigned char min_scope = min(ifa->ifa_scope, localnet_scope);