Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Draw_ip6.c376 uint32_t sifscope = IFSCOPE_NONE, difscope = IFSCOPE_NONE; in rip6_output() local
574 difscope = pi->ipi6_ifindex; in rip6_output()
585 difscope = oifp->if_index; in rip6_output()
602 difscope = dstsock->sin6_scope_id; in rip6_output()
606 ip6_output_setdstifscope(m, difscope, NULL); in rip6_output()
644 sifscope = difscope; in rip6_output()