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

/libcore/luni/src/main/java/android/system/
H A DOsConstants.java196 public static final int EHOSTUNREACH = placeholder(); field in class:OsConstants
741 if (errno == EHOSTUNREACH) {
742 return "EHOSTUNREACH";

Completed in 84 milliseconds