Home
last modified time | relevance | path

Searched refs:dst_ifscope (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/bsd/netkey/
H A Dkey.h70 key_allocsa_extended(u_int family, caddr_t src, caddr_t dst, uint32_t dst_ifscope,
72 …, caddr_t dst, u_int16_t src_port, u_int16_t dst_port, uint32_t src_ifscope, uint32_t dst_ifscope);
H A Dkey.c1213 uint32_t dst_ifscope, in key_allocsa() argument
1217 return key_allocsa_extended(family, src, dst, dst_ifscope, proto, spi, NULL); in key_allocsa()
1224 uint32_t dst_ifscope, in key_allocsa_extended() argument
1269 dst_address.sin6.sin6_scope_id = dst_ifscope; in key_allocsa_extended()
/xnu-8020.101.4/bsd/netinet6/
H A Dip6_input.c604 uint32_t dst_ifscope = IFSCOPE_NONE; in ip6_input_check_interface() local
610 dst_ifscope = m->m_pkthdr.dst_ifindex; in ip6_input_check_interface()
612 dst_ifscope = inifp->if_index; in ip6_input_check_interface()
622 …in6_are_addr_equal_scoped(&ia6->ia_addr.sin6_addr, &tmp_dst, ia6->ia_ifp->if_index, dst_ifscope)) { in ip6_input_check_interface()
671 dst6->sin6_scope_id = dst_ifscope; in ip6_input_check_interface()
1536 uint32_t dst_ifscope = IFSCOPE_NONE; in ip6_input_getdstifscope() local
1537 ip6_getdstifaddr_info(m, &dst_ifscope, NULL); in ip6_input_getdstifscope()
1538 return dst_ifscope; in ip6_input_getdstifscope()
H A Dnd6_prproxy.c561 uint32_t dst_ifscope = ro6->ro_dst.sin6_scope_id; in nd6_proxy_find_fwdroute() local
605 dst6, dst_ifscope, &pr->ndpr_mask)) { in nd6_proxy_find_fwdroute()
H A Dip6_output.c2283 struct ifnet *ifp, struct in6_addr *dst, uint32_t dst_ifscope, u_int32_t *mtup) in ip6_getpmtu() argument
2292 !in6_are_addr_equal_scoped(&sa6_dst->sin6_addr, dst, sa6_dst->sin6_scope_id, dst_ifscope)) { in ip6_getpmtu()