Searched refs:ECONNREFUSED (Results 1 – 9 of 9) sorted by relevance
64 if (error != -ECONNREFUSED) { in PokeService()
105 if (errno == ECONNREFUSED || (errno == EACCES && max_eaccess-- > 0)) { in Connect()
257 public static final int ECONNREFUSED = placeholder(); field in OsConstants1043 if (errno == ECONNREFUSED) { in errnoName()
408 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) { in sendMessage()440 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED) { in receiveMessage()
650 if (errno == ECONNREFUSED) { in receive()651 return -ECONNREFUSED; in receive()
743 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()753 } while (result != -ECONNREFUSED && result != -EBADF); in joinThreadPool()
174 initConstant(env, c, "ECONNREFUSED", ECONNREFUSED); in OsConstants_initConstants()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27726 field public static final int ECONNREFUSED;