Searched refs:EHOSTUNREACH (Results 1 – 6 of 6) sorted by relevance
315 public static final int EHOSTUNREACH; field in OsConstants316 static { EHOSTUNREACH = 0; }
264 public static final int EHOSTUNREACH = placeholder(); field in OsConstants1068 if (errno == EHOSTUNREACH) { in errnoName()
181 if (errnoException.errno == EHOSTUNREACH) { in connect()
842 case EHOSTUNREACH: in handleSocketErrorWithDefault()
164 initConstant(env, c, "EHOSTUNREACH", EHOSTUNREACH); in OsConstants_initConstants()
248 field public static final int EHOSTUNREACH;