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

/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h1045 #define FLAG_IFNET 0x00000002 /* IFNET is attached */
1044 #define FLAG_IFNET macro
H A Dif_lmc.c4332 sc->flags |= FLAG_IFNET;
4399 if (sc->flags & FLAG_IFNET)
4403 sc->flags &= ~FLAG_IFNET;

Completed in 123 milliseconds