Searched refs:ECONNRESET (Results 1 – 7 of 7) sorted by relevance
109 if (errno == ECONNRESET) { in SocketOutputStream_socketWrite0()
125 case ECONNRESET: in SocketInputStream_socketRead0()
280 if (errno == ECONNRESET) { in Java_sun_nio_ch_Net_localPort()315 if (errno == ECONNRESET) { in Java_sun_nio_ch_Net_localInetAddress()
783 if (errno == ECONNRESET) { in PlainSocketImpl_socketAvailable()
174 public static final int ECONNRESET = placeholder(); field in OsConstants689 if (errno == ECONNRESET) { in errnoName()
535 if (errnoException.errno == ECONNRESET || errnoException.errno == ECONNREFUSED) { in maybeThrowAfterSendto()
144 initConstant(env, c, "ECONNRESET", ECONNRESET); in OsConstants_initConstants()