Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Draw_ip6.c387 uint32_t sifscope = IFSCOPE_NONE, difscope = IFSCOPE_NONE; in rip6_output() local
591 difscope = pi->ipi6_ifindex; in rip6_output()
602 difscope = oifp->if_index; in rip6_output()
620 difscope = dstsock->sin6_scope_id; in rip6_output()
624 ip6_output_setdstifscope(m, difscope, NULL); in rip6_output()
662 sifscope = difscope; in rip6_output()