Searched refs:EHOSTUNREACH (Results 1 – 4 of 4) sorted by relevance
206 public static final int EHOSTUNREACH = placeholder(); field in OsConstants871 if (errno == EHOSTUNREACH) { in errnoName()
846 case EHOSTUNREACH: in handleSocketErrorWithDefault()
136 if (errnoException.errno == EHOSTUNREACH) { in connect()
159 initConstant(env, c, "EHOSTUNREACH", EHOSTUNREACH); in OsConstants_initConstants()