Home
last modified time | relevance | path

Searched refs:IFM_ACTIVE (Results 1 – 9 of 9) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dif_media.h314 #define IFM_ACTIVE 0x00000002 /* Interface attached to working net */ macro
H A Dif_headless.c1361 ? (IFM_AVALID | IFM_ACTIVE) : IFM_AVALID; in headless_ioctl()
H A Dif_bond.c871 return (mi->mi_status & IFM_ACTIVE) != 0; in media_active()
2990 ifmr->ifm_status |= IFM_ACTIVE; in bond_ioctl()
2995 ifmr->ifm_status |= IFM_ACTIVE; in bond_ioctl()
H A Dif_vlan.c1517 event = (ifmr.ifm_status & IFM_ACTIVE) in vlan_link_event()
H A Dif_redirect.c1674 ifmr->ifm_status = (IFM_AVALID | IFM_ACTIVE); in redirect_ioctl()
H A Dbridgestp.c1983 if (ifmr.ifm_status & IFM_ACTIVE) { in bstp_ifupdstatus()
H A Dif_fake.c3889 ? (IFM_AVALID | IFM_ACTIVE) : IFM_AVALID; in feth_ioctl()
H A Dif_bridge.c1830 ifmr->ifm_status |= IFM_ACTIVE; in bridge_ioctl()
4024 status = ifmr.ifm_status & IFM_ACTIVE ? 1 : 0; in interface_media_active()
/xnu-10002.1.13/osfmk/kdp/
H A Dkdp_udp.c90 #define LINK_UP_STATUS (IFM_AVALID | IFM_ACTIVE)