Home
last modified time | relevance | path

Searched refs:IFF_UP (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java48 import static android.system.OsConstants.IFF_UP;
239 ((flags & IFF_UP) == IFF_UP) && ((flags & IFF_RUNNING) == IFF_RUNNING), in testIsUp()
/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java516 final int mask = IFF_UP | IFF_RUNNING; in isUp()
/libcore/luni/src/main/java/android/system/
DOsConstants.java325 public static final int IFF_UP = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp308 initConstant(env, c, "IFF_UP", IFF_UP); in OsConstants_initConstants()