Searched refs:src_ifscope (Results 1 – 2 of 2) sorted by relevance
2530 uint32_t src_ifscope = IFSCOPE_NONE, redtgt_ifscope = IFSCOPE_NONE, reddst_ifscope = IFSCOPE_NONE; in icmp6_redirect_input() local2555 src_ifscope = in6_addr2scopeid(ifp, &src6); in icmp6_redirect_input()2617 if (!in6_are_addr_equal_scoped(&src6, gw6, src_ifscope, (SIN6(rt->rt_gateway))->sin6_scope_id)) { in icmp6_redirect_input()2710 ssrc.sin6_scope_id = src_ifscope; in icmp6_redirect_input()
1550 uint32_t src_ifscope = IFSCOPE_NONE; in ip6_input_getsrcifscope() local1551 ip6_getsrcifaddr_info(m, &src_ifscope, NULL); in ip6_input_getsrcifscope()1552 return src_ifscope; in ip6_input_getsrcifscope()