Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_private.h194 #define IFRF_IDLE_NOTIFY 0x1 /* Generate notifications on idle */ macro
H A Ddlil.c5271 (void) ifnet_set_idle_flags_locked(ifp, IFRF_IDLE_NOTIFY, in ifnet_attach()
5272 IFRF_IDLE_NOTIFY); in ifnet_attach()
H A Droute.c4013 if ((ifp->if_idle_flags & IFRF_IDLE_NOTIFY) && cnt < 0 && old == 1) { in rte_if_ref()