Searched refs:IFF_RUNNING (Results 1 – 5 of 5) sorted by relevance
49 import static android.system.OsConstants.IFF_RUNNING;265 ((flags & IFF_UP) == IFF_UP) && ((flags & IFF_RUNNING) == IFF_RUNNING), in testIsUp()
519 final int mask = IFF_UP | IFF_RUNNING; in isUp()
387 public static final int IFF_RUNNING = placeholder(); field in OsConstants
309 initConstant(env, c, "IFF_RUNNING", IFF_RUNNING); in OsConstants_initConstants()
337 field public static final int IFF_RUNNING;