Searched refs:ENOPROTOOPT (Results 1 – 5 of 5) sorted by relevance
283 (errno != ENOPROTOOPT)) { in Java_sun_nio_ch_Net_socket0()586 if (join && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_joinOrDrop4()618 if (block && (errno == ENOPROTOOPT)) in Java_sun_nio_ch_Net_blockOrUnblock4()656 if (join && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_joinOrDrop6()685 if (block && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_blockOrUnblock6()
293 public static final int ENOPROTOOPT = placeholder(); field in OsConstants1136 if (errno == ENOPROTOOPT) { in errnoName()
193 initConstant(env, c, "ENOPROTOOPT", ENOPROTOOPT); in OsConstants_initConstants()
1641 ErrnoException.class, ENOPROTOOPT,1655 ErrnoException.class, ENOPROTOOPT,
257 field public static final int ENOPROTOOPT;