Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp75 return ifr.ifr_flags & IFF_UP; in GetUpState()
91 const bool currently_up = ifr.ifr_flags & IFF_UP; in SetUpState()
97 ifr.ifr_flags |= IFF_UP; in SetUpState()
99 ifr.ifr_flags &= ~IFF_UP; in SetUpState()
/frameworks/base/services/core/jni/
Dcom_android_server_connectivity_Vpn.cpp74 ifr4.ifr_flags = IFF_UP; in create_interface()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java389 public static final int IFF_UP = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp338 initConstant(env, c, "IFF_UP", IFF_UP); in OsConstants_initConstants()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27836 field public static final int IFF_UP;