Lines Matching refs:sifscope
2254 uint32_t sifscope = IFSCOPE_NONE; in icmp6_reflect() local
2316 sifscope = m->m_pkthdr.rcvif->if_index; in icmp6_reflect()
2319 ip6_getdstifaddr_info(m, &sifscope, NULL); in icmp6_reflect()
2322 sifscope = ip6_output_getdstifscope(m); in icmp6_reflect()
2325 sifscope = IN6_IS_SCOPE_EMBED(&ip6->ip6_dst) ? sifscope : IFSCOPE_NONE; in icmp6_reflect()
2365 sa6_dst.sin6_scope_id = sifscope; in icmp6_reflect()
2387 sifscope = tifscope; in icmp6_reflect()
2403 sifscope = tifscope; in icmp6_reflect()
2441 sifscope = outif->if_index; in icmp6_reflect()
2449 ip6_output_setsrcifscope(m, sifscope, NULL); in icmp6_reflect()
2450 in6_verify_ifscope(&ip6->ip6_src, sifscope); in icmp6_reflect()