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

/freebsd-10-stable/sys/netgraph/
H A Dng_lmi.c154 * NB: the SCF_CONNECTED flag is set if and only if the timer is running.
156 #define SCF_CONNECTED 0x01 /* connected to something */ macro
213 if (sc->flags & SCF_CONNECTED) {
285 sc->flags |= (SCF_FIXED | SCF_CONNECTED);
293 sc->flags |= (SCF_AUTO | SCF_CONNECTED);
1072 if (sc->flags & SCF_CONNECTED)

Completed in 57 milliseconds