Home
last modified time | relevance | path

Searched refs:ip6_input_getdstifscope (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Dudp6_usrreq.c526 uh->uh_dport, ip6_input_getdstifscope(m)); in udp6_input()
579 &ip6->ip6_dst, uh->uh_dport, ip6_input_getdstifscope(m), 1, m->m_pkthdr.rcvif); in udp6_input()
594 …!in6_are_addr_equal_scoped(&ip6->ip6_dst, &ip6->ip6_src, ip6_input_getdstifscope(m), ip6_input_get… in udp6_input()
762 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_dst, uh.uh_dport, ip6_input_getdstifscope(m), in udp6_ctlinput()
H A Dip6_var.h538 extern uint32_t ip6_input_getdstifscope(struct mbuf *);
H A Dfrag6.c464 …in6_are_addr_equal_scoped(&ip6->ip6_dst, &q6->ip6q_dst, ip6_input_getdstifscope(m), q6->ip6q_dst_i… in frag6_input()
497 …q6->ip6q_dst_ifscope = IN6_IS_SCOPE_EMBED(&q6->ip6q_dst) ? ip6_input_getdstifscope(m) : IFSCOPE_NO… in frag6_input()
H A Dip6_forward.c457 …!in6_are_addr_equal_scoped(&ip6->ip6_dst, &dst->sin6_addr, ip6_input_getdstifscope(m), dst->sin6_s… in ip6_forward()
H A Dnd6_prproxy.c532 &ro6->ro_dst.sin6_addr, ip6_input_getdstifscope(m), ro6->ro_dst.sin6_scope_id)); in nd6_prproxy_isours()
H A Dip6_input.c1586 ip6_input_getdstifscope(struct mbuf *m) in ip6_input_getdstifscope() function
/xnu-12377.81.4/bsd/net/
H A Dpktap.c1096 inp = in6_pcblookup_hash_try(pcbinfo, faddr, fport, ip6_input_getdstifscope(m), in pktap_fill_proc_info()
/xnu-12377.81.4/bsd/netinet/
H A Dtcp_input.c3027 &ip6->ip6_dst, th->th_dport, ip6_input_getdstifscope(m), 1, in tcp_input()
3081 …ipv6 && !in6_are_addr_equal_scoped(&ip6->ip6_dst, &ip6->ip6_src, ip6_input_getdstifscope(m), ip6_i… in tcp_input()
3164 …ddr_equal_scoped(&inp->in6p_laddr, &ip6->ip6_dst, inp->inp_lifscope, ip6_input_getdstifscope(m)) || in tcp_input()
3387 …if (in6_are_addr_equal_scoped(&ip6->ip6_dst, &ip6->ip6_src, ip6_input_getdstifscope(m), ip6_input_… in tcp_input()
H A Dtcp_subr.c2916 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_dst, t_ports.th_dport, ip6_input_getdstifscope(m), in tcp6_ctlinput()