Home
last modified time | relevance | path

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

/xnu-11417.140.69/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()
496 …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()
853 ip6_output_setdstifscope(m, q6->ip6q_dst_ifscope, NULL); in frag6_input()
996 ip6_output_setdstifscope(m, q6->ip6q_dst_ifscope, NULL); in frag6_purgef()
H A Dip6_var.h129 uint32_t ip6q_dst_ifscope, ip6q_src_ifscope; member