Searched refs:dst_ifscope (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/bsd/netkey/ |
| H A D | key.h | 70 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 D | key.c | 1278 uint32_t dst_ifscope, in key_allocsa() argument 1282 return key_allocsa_extended(family, src, dst, dst_ifscope, proto, spi, NULL); in key_allocsa() 1289 uint32_t dst_ifscope, in key_allocsa_extended() argument 1334 dst_address.sin6.sin6_scope_id = dst_ifscope; in key_allocsa_extended()
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | ip6_input.c | 604 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 D | nd6_prproxy.c | 561 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 D | ip6_output.c | 2283 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()
|