Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Droute.c580 unsigned int *pifscope) in sa_copy() argument
583 unsigned int ifscope = (pifscope != NULL) ? *pifscope : IFSCOPE_NONE; in sa_copy()
592 if (pifscope == NULL || ifscope != IFSCOPE_NONE) { in sa_copy()
598 if (pifscope != NULL && in sa_copy()
625 } else if (pifscope == NULL || ifscope != IFSCOPE_NONE) { in sa_copy()
630 if (pifscope != NULL) { in sa_copy()
631 *pifscope = (af == AF_INET) ? sin_get_ifscope(SA(dst)) : in sa_copy()