Home
last modified time | relevance | path

Searched refs:ip6q_dst_ifscope (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dfrag6.c463 …ddr_equal_scoped(&ip6->ip6_dst, &q6->ip6q_dst, ip6_input_getdstifscope(m), q6->ip6q_dst_ifscope)) { in frag6_input()
495 …q6->ip6q_dst_ifscope = IN6_IS_SCOPE_EMBED(&q6->ip6q_dst) ? ip6_input_getdstifscope(m) : IFSCOPE_NO… in frag6_input()
598 ip6_output_setdstifscope(m, q6->ip6q_dst_ifscope, NULL); in frag6_input()
832 ip6_output_setdstifscope(m, q6->ip6q_dst_ifscope, NULL); in frag6_input()
975 ip6_output_setdstifscope(m, q6->ip6q_dst_ifscope, NULL); in frag6_purgef()
H A Dip6_var.h121 uint32_t ip6q_dst_ifscope, ip6q_src_ifscope; member