Searched refs:EHOSTUNREACH (Results 1 – 5 of 5) sorted by relevance
267 public static final int EHOSTUNREACH = placeholder(); field in OsConstants1065 if (errno == EHOSTUNREACH) { in errnoName()
846 case EHOSTUNREACH: in handleSocketErrorWithDefault()
182 if (errnoException.errno == EHOSTUNREACH) { in connect()
164 initConstant(env, c, "EHOSTUNREACH", EHOSTUNREACH); in OsConstants_initConstants()
228 field public static final int EHOSTUNREACH;