taglinefilesource code
IFF_UP740drivers/net/de600.cdev->flags &= ~IFF_UP;
IFF_UP765drivers/net/de620.cdev->flags &= ~IFF_UP;
IFF_UP876drivers/net/plip.cif(dev->flags&IFF_UP)
IFF_UP467drivers/net/ppp.cppp->dev->flags &= ~IFF_UP; /* down the device */
IFF_UP655drivers/net/ppp.cif (((struct ppp *) ppp)->dev->flags & IFF_UP)
IFF_UP1038drivers/net/ppp.cif ((ppp->dev->flags & IFF_UP) && ppp_do_ip(ppp, proto, c, count)) {
IFF_UP1708drivers/net/ppp.cif (!(dev->flags & IFF_UP)) {
IFF_UP1924drivers/net/ppp.cif (ppp->dev->flags & IFF_UP)
IFF_UP1937drivers/net/ppp.cif (ppp->dev->flags & IFF_UP)
IFF_UP197net/inet/dev.cdev->flags |= (IFF_UP | IFF_RUNNING);
IFF_UP320net/inet/dev.c(dev->slave->flags & IFF_UP))
IFF_UP842net/inet/dev.cif(!(dev->flags & IFF_UP))  /* Downed devices don't count */
IFF_UP1013net/inet/dev.cIFF_UP | IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK |
IFF_UP1052net/inet/dev.cif ((old_flags & IFF_UP) && ((dev->flags & IFF_UP) == 0)) 
IFF_UP1062net/inet/dev.cret = (! (old_flags & IFF_UP) && (dev->flags & IFF_UP))
IFF_UP1068net/inet/dev.cdev->flags&=~IFF_UP;  /* Didn't open so down the if */
IFF_UP1263net/inet/dev.cif((slave->flags&(IFF_UP|IFF_RUNNING))!=(IFF_UP|IFF_RUNNING))
IFF_UP65net/inet/dev_mcast.cif(!(dev->flags&IFF_UP))
IFF_UP108net/inet/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP194net/inet/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP204net/inet/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP1405net/inet/ip.cif (dev2->flags & IFF_UP)
IFF_UP1978net/inet/ip.cif (dev->flags & IFF_UP)
IFF_UP2025net/inet/ip.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST))
IFF_UP2170net/inet/ip.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST)&&
IFF_UP2231net/inet/ip.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST)&&
IFF_UP2285net/inet/ip.cif((dev->flags&IFF_UP)&& (dev->flags&IFF_MULTICAST)&&
IFF_UP211net/inet/packet.cif (dev->flags & IFF_UP) 
IFF_UP411net/inet/route.cif ((dev2->flags & IFF_UP) && dev2->pa_addr == gw) 
IFF_UP424net/inet/tcp.cif (dev->flags & IFF_UP)