Searched refs:ip6_input_getdstifscope (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 526 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 D | ip6_var.h | 538 extern uint32_t ip6_input_getdstifscope(struct mbuf *);
|
| H A D | frag6.c | 464 …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 D | ip6_forward.c | 457 …!in6_are_addr_equal_scoped(&ip6->ip6_dst, &dst->sin6_addr, ip6_input_getdstifscope(m), dst->sin6_s… in ip6_forward()
|
| H A D | nd6_prproxy.c | 532 &ro6->ro_dst.sin6_addr, ip6_input_getdstifscope(m), ro6->ro_dst.sin6_scope_id)); in nd6_prproxy_isours()
|
| H A D | ip6_input.c | 1586 ip6_input_getdstifscope(struct mbuf *m) in ip6_input_getdstifscope() function
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | pktap.c | 1096 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 D | tcp_input.c | 3027 &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 D | tcp_subr.c | 2916 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_dst, t_ports.th_dport, ip6_input_getdstifscope(m), in tcp6_ctlinput()
|