Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/le/
Dlance.c519 !(sc->sc_flags & LE_ALLMULTI)) { in lance_ioctl()
520 sc->sc_flags |= LE_ALLMULTI; in lance_ioctl()
523 (sc->sc_flags & LE_ALLMULTI)) { in lance_ioctl()
524 sc->sc_flags &= ~LE_ALLMULTI; in lance_ioctl()
595 if (ifp->if_flags & IFF_PROMISC || sc->sc_flags & LE_ALLMULTI) { in lance_setladrf()
Dlancevar.h112 #define LE_ALLMULTI (1 << 0) macro