Searched refs:IFF_UP (Results 1 – 6 of 6) sorted by relevance
51 import static android.system.OsConstants.IFF_UP;269 ((flags & IFF_UP) == IFF_UP) && ((flags & IFF_RUNNING) == IFF_RUNNING), in testIsUp()
654 public static final int IFF_UP; field in OsConstants655 static { IFF_UP = 0; }
547 final int mask = IFF_UP | IFF_RUNNING; in isUp()
387 public static final int IFF_UP = placeholder(); field in OsConstants
319 initConstant(env, c, "IFF_UP", IFF_UP); in OsConstants_initConstants()
361 field public static final int IFF_UP;