Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/wi/
H A Dif_wivar.h159 #define WI_FLAGS_PROMISC 0x1000 macro
H A Dif_wi.c1188 (sc->sc_flags & WI_FLAGS_PROMISC) == 0) { in wi_parent()
1190 sc->sc_flags |= WI_FLAGS_PROMISC; in wi_parent()
1192 (sc->sc_flags & WI_FLAGS_PROMISC) != 0) { in wi_parent()
1194 sc->sc_flags &= ~WI_FLAGS_PROMISC; in wi_parent()