Home
last modified time | relevance | path

Searched refs:IFF_RUNNING (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java50 import static android.system.OsConstants.IFF_RUNNING;
269 ((flags & IFF_UP) == IFF_UP) && ((flags & IFF_RUNNING) == IFF_RUNNING), in testIsUp()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java648 public static final int IFF_RUNNING; field in OsConstants
649 static { IFF_RUNNING = 0; }
/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java547 final int mask = IFF_UP | IFF_RUNNING; in isUp()
/libcore/luni/src/main/java/android/system/
DOsConstants.java385 public static final int IFF_RUNNING = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp315 initConstant(env, c, "IFF_RUNNING", IFF_RUNNING); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt359 field public static final int IFF_RUNNING;