Home
last modified time | relevance | path

Searched refs:temp_ifscope_id (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_nbr.c2531 const uint32_t temp_ifscope_id = sin6->sin6_scope_id; in nd6_alt_node_present() local
2537 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() local
2612 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()