Searched refs:ENOTCONN (Results 1 – 7 of 7) sorted by relevance
239 else if (errno == ENOENT || errno == ENOTDIR || errno == EACCES || errno == ENOTCONN) { in canonicalize()
231 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN) in FileChannelImpl_transferTo0()
766 if ((shutdown(fdval(env, fdo), how) < 0) && (errno != ENOTCONN)) in Java_sun_nio_ch_Net_shutdown()
243 public static final int ENOTCONN = placeholder(); field in OsConstants973 if (errno == ENOTCONN) { in errnoName()
193 initConstant(env, c, "ENOTCONN", ENOTCONN); in OsConstants_initConstants()
828 if (OsConstants.ENOTCONN != expected.errno) { in test_recvfrom_concurrentShutdown()
2542 if (OsConstants.ENOTCONN != expected.errno) { in test_concurrentShutdown()