Home | History | Annotate | Download | only in dev

Lines Matching refs:if_flags

233 	ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX;
265 if (sc->sc_ethercom.ec_if.if_flags & IFF_PROMISC) {
278 ifp->if_flags |= IFF_RUNNING;
388 if ((ifp->if_flags & IFF_RUNNING) == 0)
809 ifp->if_flags |= IFF_UP;
831 if ((ifp->if_flags & IFF_UP) == 0 &&
832 (ifp->if_flags & IFF_RUNNING) != 0) {
841 ifp->if_flags &= ~IFF_RUNNING;
842 } else if ((ifp->if_flags & IFF_UP) != 0 &&
843 (ifp->if_flags & IFF_RUNNING) == 0) {
900 log(LOG_INFO, "if_flags : %04x\n", sc->sc_ethercom.ec_if.if_flags);