Searched refs:SCF_MEDIA_ACTIVE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c404 #define SCF_MEDIA_ACTIVE 0x04 macro
1312 sc->sc_flags &= ~SCF_MEDIA_ACTIVE;
1511 (sc->sc_flags & SCF_MEDIA_ACTIVE)) {
3300 if (active_member && !(sc->sc_flags & SCF_MEDIA_ACTIVE)) {
3301 sc->sc_flags |= SCF_MEDIA_ACTIVE;
3303 } else if (!active_member && (sc->sc_flags & SCF_MEDIA_ACTIVE)) {
3304 sc->sc_flags &= ~SCF_MEDIA_ACTIVE;

Completed in 125 milliseconds