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