Searched refs:ENOTSOCK (Results 1 – 6 of 6) sorted by relevance
231 if (errno == EOPNOTSUPP || errno == ENOTSOCK || errno == ENOTCONN) in FileChannelImpl_transferTo0()272 if (errno == ENOTSOCK) in FileChannelImpl_transferTo0()
426 public static final int ENOTSOCK; field in OsConstants427 static { ENOTSOCK = 0; }
301 public static final int ENOTSOCK = placeholder(); field in OsConstants1179 if (errno == ENOTSOCK) { in errnoName()
201 initConstant(env, c, "ENOTSOCK", ENOTSOCK); in OsConstants_initConstants()
1629 ErrnoException.class, ENOTSOCK, "setsockoptTimeval(<file fd>, ...)");
285 field public static final int ENOTSOCK;