Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet6/
H A Dicmp6.c2530 uint32_t src_ifscope = IFSCOPE_NONE, redtgt_ifscope = IFSCOPE_NONE, reddst_ifscope = IFSCOPE_NONE; in icmp6_redirect_input() local
2555 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()
H A Dip6_input.c1550 uint32_t src_ifscope = IFSCOPE_NONE; in ip6_input_getsrcifscope() local
1551 ip6_getsrcifaddr_info(m, &src_ifscope, NULL); in ip6_input_getsrcifscope()
1552 return src_ifscope; in ip6_input_getsrcifscope()