Home
last modified time | relevance | path

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

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