Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DInet4AddressImpl.c303 case ENETUNREACH: /* Network Unreachable */ in Inet4AddressImpl_isReachable0()
DInet6AddressImpl.c379 case ENETUNREACH: /* Network Unreachable */ in Inet6AddressImpl_isReachable0()
/libcore/luni/src/main/java/android/system/
DOsConstants.java199 public static final int ENETUNREACH = placeholder(); field in OsConstants
764 if (errno == ENETUNREACH) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp169 initConstant(env, c, "ENETUNREACH", ENETUNREACH); in OsConstants_initConstants()