IFF_RUNNING
!(flags & IFF_RUNNING) &&
#define STATELESS_RUNNING (IFF_RUNNING | IFF_UP | IFF_ADDRCONF)
#define DHCP_RUNNING (IFF_RUNNING | IFF_UP | IFF_DHCPRUNNING)
if ((ifm->ifm_flags & IFF_RUNNING) && pif->pif_running ||
!(ifm->ifm_flags & IFF_RUNNING) && !pif->pif_running)
!(lifr.lifr_flags & IFF_RUNNING)) {
if ((lifr.lifr_flags & IFF_RUNNING) && !pif->pif_running) {
} else if (!(lifr.lifr_flags & IFF_RUNNING) && pif->pif_running) {
if ((old_flags ^ pii->pii_flags) != IFF_RUNNING) {
~(IFF_FAILED | IFF_RUNNING)) != 0 ||
#define FLAGS_TO_LINK_STATE(pi) (((pi)->pi_flags & IFF_RUNNING) != 0)
IFF_RUNNING)) | (handle_link_notifications ? 0 : IFF_RUNNING))
{ IFF_RUNNING, "RUNNING" },
#define IS_IFF_UP(f) (((f) & (IFF_UP|IFF_RUNNING)) == (IFF_UP|IFF_RUNNING))
{ IFF_RUNNING, 0, "RUNNING" },
priv->flags &= ~IFF_RUNNING;
priv->flags |= IFF_RUNNING;
ifnames = get_ifnames(IFF_UP|IFF_RUNNING, IFF_LOOPBACK|IFF_DHCPRUNNING);
if (flags & IFF_RUNNING) {
if (!(ifap->ifa_flags & IFF_RUNNING) ||
#define IFF_PHYINT_FLAGS (IFF_LOOPBACK|IFF_RUNNING|IFF_PROMISC| \
#define PHYI_RUNNING IFF_RUNNING /* resources allocated */
ifreq.ifr_flags = IFF_RUNNING;
lifreq.lifr_flags = IFF_RUNNING;
(IFF_BROADCAST | IFF_POINTOPOINT | IFF_RUNNING | IFF_PROMISC | \