Searched refs:ECONNRESET (Results 1 – 6 of 6) sorted by relevance
109 if (errno == ECONNRESET) { in SocketOutputStream_socketWrite0()
125 case ECONNRESET: in SocketInputStream_socketRead0()
379 if (errno == ECONNRESET) { in Java_sun_nio_ch_Net_localPort()420 if (errno == ECONNRESET) { in Java_sun_nio_ch_Net_localInetAddress()
259 public static final int ECONNRESET = placeholder(); field in OsConstants1041 if (errno == ECONNRESET) { in errnoName()
156 initConstant(env, c, "ECONNRESET", ECONNRESET); in OsConstants_initConstants()
220 field public static final int ECONNRESET;