Searched refs:IFF_RUNNING (Results 1 – 18 of 18) sorted by relevance
91 #define IFF_RUNNING 0x40 /* resources allocated */ macro99 (IFF_BROADCAST | IFF_POINTOPOINT | IFF_RUNNING | IFF_PROMISC)
73 IFF_RUNNING)) | (handle_link_notifications ? 0 : IFF_RUNNING))129 #define FLAGS_TO_LINK_STATE(pi) (((pi)->pi_flags & IFF_RUNNING) != 0)
1427 if ((old_flags ^ pii->pii_flags) != IFF_RUNNING) { in process_rtm_ifinfo()
1864 ~(IFF_FAILED | IFF_RUNNING)) != 0 || in logint_init_from_k()
113 #define IFF_RUNNING 0x0000000040 /* resources allocated */ macro177 (IFF_BROADCAST | IFF_POINTOPOINT | IFF_RUNNING | IFF_PROMISC | \
1321 if ((ifm->ifm_flags & IFF_RUNNING) && pif->pif_running || in process_link_up_down()1322 !(ifm->ifm_flags & IFF_RUNNING) && !pif->pif_running) in process_link_up_down()1335 !(lifr.lifr_flags & IFF_RUNNING)) { in process_link_up_down()
473 if ((lifr.lifr_flags & IFF_RUNNING) && !pif->pif_running) { in insert_lif()475 } else if (!(lifr.lifr_flags & IFF_RUNNING) && pif->pif_running) { in insert_lif()
419 #define IS_IFF_UP(f) (((f) & (IFF_UP|IFF_RUNNING)) == (IFF_UP|IFF_RUNNING))
536 { IFF_RUNNING, 0, "RUNNING" },
75 #define IFF_PHYINT_FLAGS (IFF_LOOPBACK|IFF_RUNNING|IFF_PROMISC| \89 #define PHYI_RUNNING IFF_RUNNING /* resources allocated */
52 #define STATELESS_RUNNING (IFF_RUNNING | IFF_UP | IFF_ADDRCONF)53 #define DHCP_RUNNING (IFF_RUNNING | IFF_UP | IFF_DHCPRUNNING)1027 !(flags & IFF_RUNNING) && in nwamd_ncu_handle_if_state_event()
337 does not correspond to IFF_UP or IFF_RUNNING, but rather
974 ifreq.ifr_flags = IFF_RUNNING; in sdpfp_ioctl()980 lifreq.lifr_flags = IFF_RUNNING; in sdpfp_ioctl()
898 ifnames = get_ifnames(IFF_UP|IFF_RUNNING, IFF_LOOPBACK|IFF_DHCPRUNNING); in dhcp_ipc_getinfo()
1765 priv->flags &= ~IFF_RUNNING;1778 priv->flags |= IFF_RUNNING;
293 if (!(ifap->ifa_flags & IFF_RUNNING) || in i_ipadm_get_all_if_info()
471 if (flags & IFF_RUNNING) { in i_ipadm_active_addr_info()
44 { IFF_RUNNING, "RUNNING" },