Searched refs:dst_ifscope (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | ip6_input.c | 608 uint32_t dst_ifscope = IFSCOPE_NONE; in ip6_input_check_interface() local 615 dst_ifscope = m->m_pkthdr.dst_ifindex; in ip6_input_check_interface() 617 dst_ifscope = inifp->if_index; in ip6_input_check_interface() 627 …in6_are_addr_equal_scoped(&ia6->ia_addr.sin6_addr, &tmp_dst, ia6->ia_ifp->if_index, dst_ifscope)) { in ip6_input_check_interface() 681 dst6->sin6_scope_id = dst_ifscope; in ip6_input_check_interface() 1594 uint32_t dst_ifscope = IFSCOPE_NONE; in ip6_input_getdstifscope() local 1595 ip6_getdstifaddr_info(m, &dst_ifscope, NULL); in ip6_input_getdstifscope() 1596 return dst_ifscope; in ip6_input_getdstifscope()
|
| H A D | nd6_prproxy.c | 562 uint32_t dst_ifscope = ro6->ro_dst.sin6_scope_id; in nd6_proxy_find_fwdroute() local 606 dst6, dst_ifscope, &pr->ndpr_mask)) { in nd6_proxy_find_fwdroute()
|
| H A D | ip6_output.c | 2337 struct ifnet *ifp, struct in6_addr *dst, uint32_t dst_ifscope, u_int32_t *mtup) in ip6_getpmtu() argument 2346 !in6_are_addr_equal_scoped(&sa6_dst->sin6_addr, dst, sa6_dst->sin6_scope_id, dst_ifscope)) { in ip6_getpmtu()
|