Searched refs:temp_ifscope_id (Results 1 – 1 of 1) sorted by relevance
2531 const uint32_t temp_ifscope_id = sin6->sin6_scope_id; in nd6_alt_node_present() local2537 if (!in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&sin6->sin6_addr) && (temp_ifscope_id == 0)) { in nd6_alt_node_present()2554 if (!in6_embedded_scope && temp_ifscope_id == 0) { in nd6_alt_node_present()2603 const uint32_t temp_ifscope_id = sin6->sin6_scope_id; in nd6_alt_node_absent() local2612 if (!in6_embedded_scope && IN6_IS_SCOPE_LINKLOCAL(&sin6->sin6_addr) && (temp_ifscope_id == 0)) { in nd6_alt_node_absent()2626 if (!in6_embedded_scope && temp_ifscope_id == 0) { in nd6_alt_node_absent()