Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_nbr.c261 uint32_t saddr_ifscope = IN6_IS_SCOPE_EMBED(&saddr6) ? ip6_input_getsrcifscope(m) : IFSCOPE_NONE; in nd6_ns_input() local
326 src_sa6.sin6_scope_id = saddr_ifscope; in nd6_ns_input()
459 if (in6_are_addr_equal_scoped(&myaddr6, &saddr6, myaddr_ifscope, saddr_ifscope)) { in nd6_ns_input()