Searched refs:ip6_input_getdstifscope (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 528 uh->uh_sport, ip6_input_getdstifscope(m), ip6_input_getsrcifscope(m)); in udp6_input() 569 &ip6->ip6_dst, uh->uh_dport, ip6_input_getdstifscope(m), 1, m->m_pkthdr.rcvif); in udp6_input() 584 …!in6_are_addr_equal_scoped(&ip6->ip6_dst, &ip6->ip6_src, ip6_input_getdstifscope(m), ip6_input_get… in udp6_input() 735 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_dst, uh.uh_dport, ip6_input_getdstifscope(m), in udp6_ctlinput()
|
| H A D | ip6_var.h | 534 extern uint32_t ip6_input_getdstifscope(struct mbuf *);
|
| H A D | frag6.c | 460 …in6_are_addr_equal_scoped(&ip6->ip6_dst, &q6->ip6q_dst, ip6_input_getdstifscope(m), q6->ip6q_dst_i… in frag6_input() 492 …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 | 456 …!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 | 531 &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 | 1537 ip6_input_getdstifscope(struct mbuf *m) in ip6_input_getdstifscope() function
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | tcp_input.c | 2174 &ip6->ip6_dst, th->th_dport, ip6_input_getdstifscope(m), 1, in tcp_input() 2228 …ipv6 && !in6_are_addr_equal_scoped(&ip6->ip6_dst, &ip6->ip6_src, ip6_input_getdstifscope(m), ip6_i… in tcp_input() 2305 …ddr_equal_scoped(&inp->in6p_laddr, &ip6->ip6_dst, inp->inp_lifscope, ip6_input_getdstifscope(m)) || in tcp_input() 2479 …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 | 2662 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_dst, t_ports.th_dport, ip6_input_getdstifscope(m), in tcp6_ctlinput()
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | pktap.c | 1064 inp = in6_pcblookup_hash(pcbinfo, faddr, fport, ip6_input_getdstifscope(m), in pktap_fill_proc_info()
|