Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Droute.c596 unsigned int eifscope; in sa_copy() local
603 eifscope = sin6_get_embedded_ifscope(SA(dst)); in sa_copy()
604 if (eifscope != IFSCOPE_NONE && ifscope == IFSCOPE_NONE) { in sa_copy()
605 ifscope = eifscope; in sa_copy()
618 if (ifscope != IFSCOPE_NONE && eifscope != ifscope) { in sa_copy()