Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dfrag6.c465 …ddr_equal_scoped(&ip6->ip6_dst, &q6->ip6q_dst, ip6_input_getdstifscope(m), q6->ip6q_dst_ifscope)) { in frag6_input()
497 …q6->ip6q_dst_ifscope = IN6_IS_SCOPE_EMBED(&q6->ip6q_dst) ? ip6_input_getdstifscope(m) : IFSCOPE_NO… in frag6_input()
608 ip6_output_setdstifscope(m, q6->ip6q_dst_ifscope, NULL); in frag6_input()
849 ip6_output_setdstifscope(m, q6->ip6q_dst_ifscope, NULL); in frag6_input()
992 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