Searched refs:EHOSTUNREACH (Results 1 – 4 of 4) sorted by relevance
196 public static final int EHOSTUNREACH = placeholder(); field in OsConstants747 if (errno == EHOSTUNREACH) { in errnoName()
131 if (errnoException.errno == EHOSTUNREACH) { in connect()
828 case EHOSTUNREACH: in handleSocketErrorWithDefault()
158 initConstant(env, c, "EHOSTUNREACH", EHOSTUNREACH); in OsConstants_initConstants()