Searched refs:LINK_ACTIVE (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c295 #define LINK_ACTIVE(ctx) ((ctx)->ifc_link_state == LINK_STATE_UP) macro
3856 !LINK_ACTIVE(ctx))) {
4134 if (LINK_ACTIVE(ctx) == 0)
4203 if (__predict_false((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0 || !LINK_ACTIVE(ctx))) {

Completed in 87 milliseconds