Searched refs:IFM_ACTIVE (Results 1 – 9 of 9) sorted by relevance
314 #define IFM_ACTIVE 0x00000002 /* Interface attached to working net */ macro
1361 ? (IFM_AVALID | IFM_ACTIVE) : IFM_AVALID; in headless_ioctl()
907 return (mi->mi_status & IFM_ACTIVE) != 0; in media_active()3028 ifmr->ifm_status |= IFM_ACTIVE; in bond_ioctl()3033 ifmr->ifm_status |= IFM_ACTIVE; in bond_ioctl()
1454 event = (ifmr.ifm_status & IFM_ACTIVE) in vlan_link_event()
1729 ifmr->ifm_status = (IFM_AVALID | IFM_ACTIVE); in redirect_ioctl()
1983 if (ifmr.ifm_status & IFM_ACTIVE) { in bstp_ifupdstatus()
4137 ? (IFM_AVALID | IFM_ACTIVE) : IFM_AVALID; in feth_ioctl()
1849 ifmr->ifm_status |= IFM_ACTIVE; in bridge_ioctl()4053 status = ifmr.ifm_status & IFM_ACTIVE ? 1 : 0; in interface_media_active()
92 #define LINK_UP_STATUS (IFM_AVALID | IFM_ACTIVE)