Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dif.c812 if_functional_type(struct ifnet *ifp, bool exclude_delegate) in if_functional_type() argument
821 } else if ((exclude_delegate && in if_functional_type()
824 (!exclude_delegate && IFNET_IS_WIFI(ifp))) { in if_functional_type()
830 } else if ((exclude_delegate && in if_functional_type()
834 (!exclude_delegate && IFNET_IS_CELLULAR(ifp))) { in if_functional_type()
838 } else if ((exclude_delegate && in if_functional_type()
843 (!exclude_delegate && IFNET_IS_WIRED(ifp))) { in if_functional_type()