Searched refs:SHUT_WR (Results 1 – 6 of 6) sorted by relevance
528 socketShutdown(SHUT_WR); in shutdownOutput()648 public final static int SHUT_WR = 1; field in AbstractPlainSocketImpl
488 public final static int SHUT_WR = 1;
826 Net.shutdown(fd, Net.SHUT_WR); in shutdownOutput()
401 public static final int SHUT_WR = placeholder(); field in OsConstants
648 (jhow == sun_nio_ch_Net_SHUT_WR) ? SHUT_WR : SHUT_RDWR; in Java_sun_nio_ch_Net_shutdown()
443 initConstant(env, c, "SHUT_WR", SHUT_WR); in OsConstants_initConstants()