Home
last modified time | relevance | path

Searched refs:ENETUNREACH (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOsConstants.java213 public static final int ENETUNREACH = placeholder(); field in OsConstants
794 if (errno == ENETUNREACH) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp175 initConstant(env, c, "ENETUNREACH", ENETUNREACH); in OsConstants_initConstants()