Searched refs:ECONNREFUSED (Results 1 – 4 of 4) sorted by relevance
532 if (errnoException.errno == ECONNRESET || errnoException.errno == ECONNREFUSED) { in maybeThrowAfterSendto()591 if (isConnected && errnoException.errno == ECONNREFUSED) { in maybeThrowAfterRecvfrom()
173 public static final int ECONNREFUSED = placeholder(); field in OsConstants678 if (errno == ECONNREFUSED) { in errnoName()
779 reached = (((ErrnoException) e.getCause()).errno == ECONNREFUSED); in isReachable()
146 initConstant(env, c, "ECONNREFUSED", ECONNREFUSED); in OsConstants_initConstants()