Searched refs:ENOTSOCK (Results 1 – 4 of 4) sorted by relevance
231 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN) in FileChannelImpl_transferTo0()272 if (errno == ENOTSOCK) in FileChannelImpl_transferTo0()
246 public static final int ENOTSOCK = placeholder(); field in OsConstants982 if (errno == ENOTSOCK) { in errnoName()
196 initConstant(env, c, "ENOTSOCK", ENOTSOCK); in OsConstants_initConstants()
1141 ErrnoException.class, ENOTSOCK, "setsockoptTimeval(<file fd>, ...)"); in test_socket_setSockoptTimeval_fileFd() local