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

/freebsd-10.0-release/sys/netgraph/
H A Dng_lmi.c157 #define SCF_AUTO 0x02 /* we are auto-detecting */ macro
266 if (sc->flags & SCF_AUTO) {
293 sc->flags |= (SCF_AUTO | SCF_CONNECTED);
466 else if (sc->flags & SCF_AUTO)
513 stat->autod = !!(sc->flags & SCF_AUTO);
594 if (sc->flags & SCF_AUTO) {
608 sc->flags &= ~SCF_AUTO;
757 if (sc->flags & SCF_AUTO) {
808 if (sc->flags & SCF_AUTO) {

Completed in 70 milliseconds