Searched refs:src_ifscope (Results 1 – 2 of 2) sorted by relevance
2532 uint32_t src_ifscope = IFSCOPE_NONE, redtgt_ifscope = IFSCOPE_NONE, reddst_ifscope = IFSCOPE_NONE; in icmp6_redirect_input() local2557 src_ifscope = in6_addr2scopeid(ifp, &src6); in icmp6_redirect_input()2619 if (!in6_are_addr_equal_scoped(&src6, gw6, src_ifscope, (SIN6(rt->rt_gateway))->sin6_scope_id)) { in icmp6_redirect_input()2712 ssrc.sin6_scope_id = src_ifscope; in icmp6_redirect_input()
1568 uint32_t src_ifscope = IFSCOPE_NONE; in ip6_input_getsrcifscope() local1569 ip6_getsrcifaddr_info(m, &src_ifscope, NULL); in ip6_input_getsrcifscope()1570 return src_ifscope; in ip6_input_getsrcifscope()