Searched refs:ENOTSOCK (Results 1 – 3 of 3) sorted by relevance
226 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN) in FileChannelImpl_transferTo0()267 if (errno == ENOTSOCK) in FileChannelImpl_transferTo0()
233 public static final int ENOTSOCK = placeholder(); field in OsConstants852 if (errno == ENOTSOCK) { in errnoName()
194 initConstant(env, c, "ENOTSOCK", ENOTSOCK); in OsConstants_initConstants()