Searched refs:EISCONN (Results 1 – 4 of 4) sorted by relevance
336 public static final int EISCONN; field in OsConstants337 static { EISCONN = 0; }
271 public static final int EISCONN = placeholder(); field in OsConstants1089 if (errno == EISCONN) { in errnoName()
171 initConstant(env, c, "EISCONN", EISCONN); in OsConstants_initConstants()
255 field public static final int EISCONN;