Searched refs:ECONNRESET (Results 1 – 7 of 7) sorted by relevance
109 if (errno == ECONNRESET) { in SocketOutputStream_socketWrite0()
125 case ECONNRESET: in SocketInputStream_socketRead0()
375 if (errno == ECONNRESET) { in Java_sun_nio_ch_Net_localPort()416 if (errno == ECONNRESET) { in Java_sun_nio_ch_Net_localInetAddress()
291 public static final int ECONNRESET; field in OsConstants292 static { ECONNRESET = 0; }
256 public static final int ECONNRESET = placeholder(); field in OsConstants1044 if (errno == ECONNRESET) { in errnoName()
156 initConstant(env, c, "ECONNRESET", ECONNRESET); in OsConstants_initConstants()
240 field public static final int ECONNRESET;