Searched refs:ENOTSOCK (Results 1 – 5 of 5) sorted by relevance
231 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN) in FileChannelImpl_transferTo0()272 if (errno == ENOTSOCK) in FileChannelImpl_transferTo0()
304 public static final int ENOTSOCK = placeholder(); field in OsConstants1176 if (errno == ENOTSOCK) { in errnoName()
201 initConstant(env, c, "ENOTSOCK", ENOTSOCK); in OsConstants_initConstants()
1578 ErrnoException.class, ENOTSOCK, "setsockoptTimeval(<file fd>, ...)");
265 field public static final int ENOTSOCK;