Searched refs:ECONNRESET (Results 1 – 3 of 3) sorted by relevance
170 public static final int ECONNRESET = placeholder(); field in OsConstants647 if (errno == ECONNRESET) { in errnoName()
536 if (errnoException.errno == ECONNRESET || errnoException.errno == ECONNREFUSED) { in maybeThrowAfterSendto()
139 initConstant(env, c, "ECONNRESET", ECONNRESET); in OsConstants_initConstants()