Searched defs:ENETUNREACH (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java199 public static final int ENETUNREACH = placeholder(); field in class:OsConstants
764 if (errno == ENETUNREACH) {
765 return "ENETUNREACH";

Completed in 104 milliseconds