Searched refs:IFF_UP (Results 1 – 4 of 4) sorted by relevance
46 import static android.system.OsConstants.IFF_UP;246 ((flags & IFF_UP) == IFF_UP) && ((flags & IFF_RUNNING) == IFF_RUNNING), in testIsUp()
480 final int mask = IFF_UP | IFF_RUNNING; in isUp()
309 public static final int IFF_UP = placeholder(); field in OsConstants
307 initConstant(env, c, "IFF_UP", IFF_UP); in OsConstants_initConstants()