Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dif_bridge.c586 #define SCF_RESIZING 0x02 macro
7307 sc->sc_flags |= SCF_RESIZING;
7314 sc->sc_flags &= ~SCF_RESIZING;
7369 if ((sc->sc_flags & SCF_DETACHING) || (sc->sc_flags & SCF_RESIZING)) {