Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Draw_ip6.c386 uint32_t sifscope = IFSCOPE_NONE, difscope = IFSCOPE_NONE; in rip6_output() local
588 difscope = pi->ipi6_ifindex; in rip6_output()
599 difscope = oifp->if_index; in rip6_output()
616 difscope = dstsock->sin6_scope_id; in rip6_output()
620 ip6_output_setdstifscope(m, difscope, NULL); in rip6_output()
658 sifscope = difscope; in rip6_output()