HomeSort by: relevance | last modified time | path
    Searched refs:IFF_RUNNING (Results 1 - 25 of 224) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/arch/next68k/dev/
mb8795.c 377 if ((ifp->if_flags & IFF_RUNNING)
435 sc->sc_ethercom.ec_if.if_flags &= ~IFF_RUNNING;
490 ifp->if_flags &= ~IFF_RUNNING;
510 if ((ifp->if_flags & IFF_RUNNING) == 0)
526 if ((ifp->if_flags & IFF_RUNNING) == 0) {
530 ifp->if_flags |= IFF_RUNNING;
593 switch (ifp->if_flags & (IFF_UP | IFF_RUNNING)) {
594 case IFF_RUNNING:
600 ifp->if_flags &= ~IFF_RUNNING;
636 if (ifp->if_flags & IFF_RUNNING)
    [all...]
  /src/sys/dev/ofw/
ofnet.c 255 if (ifp->if_flags & IFF_RUNNING)
258 ifp->if_flags |= IFF_RUNNING;
269 of->sc_ethercom.ec_if.if_flags &= ~IFF_RUNNING;
280 if (!(ifp->if_flags & IFF_RUNNING))
357 switch (ifp->if_flags & (IFF_UP|IFF_RUNNING)) {
358 case IFF_RUNNING:
  /src/sys/arch/amiga/dev/
zz9k_if.c 207 ifp->if_flags |= IFF_RUNNING;
220 ifp->if_flags &= ~IFF_RUNNING;
232 if ((ifp->if_flags & IFF_RUNNING) == 0)
355 switch (ifp->if_flags & (IFF_UP | IFF_RUNNING)) {
356 case IFF_RUNNING: /* and not UP */
362 case (IFF_UP | IFF_RUNNING):
if_es.c 263 if (ifp->if_flags & IFF_RUNNING)
292 ifp->if_flags |= IFF_RUNNING;
313 ifp->if_flags & IFF_RUNNING) {
761 if ((sc->sc_ethercom.ec_if.if_flags & IFF_RUNNING) == 0)
980 (ifp->if_flags & IFF_RUNNING) != 0) {
986 ifp->if_flags &= ~IFF_RUNNING;
988 (ifp->if_flags & IFF_RUNNING) == 0) {
1017 if (ifp->if_flags & IFF_RUNNING) {
  /src/sys/dev/mii/
mii_ethersubr.c 110 if ((ifp->if_flags & IFF_RUNNING) == 0) {
  /src/sys/net/agr/
if_agrmonitor.c 51 if ((~port->port_ifp->if_flags & (IFF_RUNNING | IFF_UP)) == 0) {
  /src/sys/netcan/
if_canloop.c 129 ifp->if_flags |= IFF_RUNNING;
138 ifp->if_flags &= ~IFF_RUNNING;
  /src/sys/arch/mac68k/dev/
if_mc.c 199 (ifp->if_flags & IFF_RUNNING) != 0) {
205 ifp->if_flags &= ~IFF_RUNNING;
207 (ifp->if_flags & IFF_RUNNING) == 0) {
230 if (ifp->if_flags & IFF_RUNNING)
251 if ((ifp->if_flags & IFF_RUNNING) == 0)
292 if (sc->sc_if.if_flags & IFF_RUNNING)
347 sc->sc_if.if_flags |= IFF_RUNNING;
370 sc->sc_if.if_flags &= ~IFF_RUNNING;
  /src/sys/arch/macppc/dev/
am79c950.c 199 (ifp->if_flags & IFF_RUNNING) != 0) {
205 ifp->if_flags &= ~IFF_RUNNING;
207 (ifp->if_flags & IFF_RUNNING) == 0) {
230 if (ifp->if_flags & IFF_RUNNING)
253 if ((ifp->if_flags & IFF_RUNNING) == 0)
292 if (sc->sc_if.if_flags & IFF_RUNNING)
347 sc->sc_if.if_flags |= IFF_RUNNING;
367 sc->sc_if.if_flags &= ~IFF_RUNNING;
  /src/sys/net/
if_vether.c 124 ifp->if_flags |= IFF_RUNNING;
179 ifp->if_flags &= ~IFF_RUNNING;
if_bridge.c 479 if ((ifp->if_flags & IFF_RUNNING) != 0)
606 switch (ifp->if_flags & (IFF_UP|IFF_RUNNING)) {
607 case IFF_RUNNING:
918 if (sc->sc_if.if_flags & IFF_RUNNING)
965 if (sc->sc_if.if_flags & IFF_RUNNING)
1034 if (sc->sc_if.if_flags & IFF_RUNNING)
1254 if (sc->sc_if.if_flags & IFF_RUNNING)
1279 if (sc->sc_if.if_flags & IFF_RUNNING)
1304 if (sc->sc_if.if_flags & IFF_RUNNING)
1329 if (sc->sc_if.if_flags & IFF_RUNNING)
    [all...]
  /src/sys/arch/usermode/dev/
if_veth.c 183 ifp->if_flags |= IFF_RUNNING;
263 if ((ifp->if_flags & IFF_RUNNING) == 0)
298 ifp->if_flags &= ~IFF_RUNNING;
322 if (ifp->if_flags & IFF_RUNNING) {
  /src/sys/dev/ppbus/
if_plip.c 268 if (lp->sc_if.if_flags & IFF_RUNNING) {
383 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) == IFF_UP) {
406 ifp->if_flags |= IFF_RUNNING;
408 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) == IFF_RUNNING) {
411 ifp->if_flags &= ~IFF_RUNNING;
552 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
719 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) {
    [all...]
  /src/sys/dev/ic/
mb86950.c 464 switch (ifp->if_flags & (IFF_UP|IFF_RUNNING)) {
465 case IFF_RUNNING:
471 ifp->if_flags &= ~IFF_RUNNING;
483 case IFF_UP|IFF_RUNNING:
543 ifp->if_flags |= IFF_RUNNING;
558 if ((ifp->if_flags & (IFF_RUNNING | IFF_OACTIVE)) != IFF_RUNNING)
smc90cx6.c 225 if ((ifp->if_flags & IFF_RUNNING) == 0) {
227 ifp->if_flags |= IFF_RUNNING;
309 ifp->if_flags |= IFF_RUNNING;
364 if ((ifp->if_flags & IFF_RUNNING) == 0)
913 switch (ifp->if_flags & (IFF_UP|IFF_RUNNING)) {
914 case IFF_RUNNING:
920 ifp->if_flags &= ~IFF_RUNNING;
sgec.c 303 ifp->if_flags |= IFF_RUNNING;
541 switch (ifp->if_flags & (IFF_UP | IFF_RUNNING)) {
542 case IFF_RUNNING:
549 ifp->if_flags &= ~IFF_RUNNING;
558 case IFF_UP | IFF_RUNNING:
580 if (ifp->if_flags & IFF_RUNNING)
smc91cxx.c 591 ifp->if_flags |= IFF_RUNNING;
622 if ((ifp->if_flags & (IFF_RUNNING|IFF_OACTIVE)) != IFF_RUNNING)
1224 switch (ifp->if_flags & (IFF_UP|IFF_RUNNING)) {
1225 case IFF_RUNNING:
1231 ifp->if_flags &= ~IFF_RUNNING;
1243 case IFF_UP|IFF_RUNNING:
1269 if (ifp->if_flags & IFF_RUNNING)
rtl80x9.c 77 ((ifp->if_flags & IFF_RUNNING) ? ED_CR_STA : ED_CR_STP);
109 ((ifp->if_flags & IFF_RUNNING) ? ED_CR_STA : ED_CR_STP);
  /src/sys/dev/pcmcia/
if_cnw.c 415 if ((ifp->if_flags & IFF_RUNNING) != 0)
430 ifp->if_flags |= IFF_RUNNING;
443 if ((ifp->if_flags & IFF_RUNNING) == 0)
449 ifp->if_flags &= ~IFF_RUNNING;
867 if ((sc->sc_ethercom.ec_if.if_flags & IFF_RUNNING) == 0 ||
1025 if (!(ifp->if_flags & IFF_RUNNING) &&
1045 switch (ifp->if_flags & (IFF_UP|IFF_RUNNING)) {
1046 case IFF_RUNNING:
1071 if (ifp->if_flags & IFF_RUNNING)
1090 if ((ifp->if_flags & IFF_RUNNING) == 0
    [all...]
if_xi.c 733 ifp->if_flags |= IFF_RUNNING;
756 if ((ifp->if_flags & (IFF_RUNNING | IFF_OACTIVE)) != IFF_RUNNING) {
885 switch (ifp->if_flags & (IFF_UP | IFF_RUNNING)) {
886 case IFF_RUNNING:
892 ifp->if_flags &= ~IFF_RUNNING;
904 case IFF_UP | IFF_RUNNING:
929 if (ifp->if_flags & IFF_RUNNING)
  /src/sys/rump/net/lib/libvirtif/
if_virt.c 188 ifp->if_flags |= IFF_RUNNING;
333 ifp->if_flags &= ~IFF_RUNNING;
348 if ((ifp->if_flags & IFF_RUNNING) == 0)
  /src/sys/net/npf/
if_npflog.c 100 ifp->if_flags |= (IFF_UP | IFF_RUNNING);
  /src/sys/dev/scsipi/
if_se.c 416 ifp->if_flags &= ~IFF_RUNNING;
496 if ((ifp->if_flags & (IFF_RUNNING | IFF_OACTIVE)) != IFF_RUNNING)
915 if ((ifp->if_flags & (IFF_RUNNING | IFF_UP)) == IFF_UP) {
916 ifp->if_flags |= IFF_RUNNING;
1088 switch (ifp->if_flags & (IFF_UP | IFF_RUNNING)) {
1089 case IFF_RUNNING:
1096 ifp->if_flags &= ~IFF_RUNNING;
1135 if (ifp->if_flags & IFF_RUNNING) {
  /src/sys/arch/mac68k/nubus/
if_netdock_nubus.c 403 (ifp->if_flags & IFF_RUNNING) != 0) {
405 ifp->if_flags &= ~IFF_RUNNING;
407 (ifp->if_flags & IFF_RUNNING) == 0) {
420 if (ifp->if_flags & IFF_RUNNING) {
442 if ((ifp->if_flags & IFF_RUNNING) == 0)
478 if (sc->sc_if.if_flags & IFF_RUNNING)
523 sc->sc_if.if_flags |= IFF_RUNNING;
535 sc->sc_if.if_flags &= ~(IFF_RUNNING | IFF_UP);
  /src/sys/dist/pf/net/
if_pflog.c 232 ifp->if_flags |= IFF_RUNNING;
234 ifp->if_flags &= ~IFF_RUNNING;

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 9