Searched refs:ENETUNREACH (Results 1 – 4 of 4) sorted by relevance
366 public static final int ENETUNREACH; field in OsConstants367 static { ENETUNREACH = 0; }
281 public static final int ENETUNREACH = placeholder(); field in OsConstants1119 if (errno == ENETUNREACH) { in errnoName()
181 initConstant(env, c, "ENETUNREACH", ENETUNREACH); in OsConstants_initConstants()
265 field public static final int ENETUNREACH;