Searched refs:ENOBUFS (Results 1 – 4 of 4) sorted by relevance
184 #define FAIL_IF_NOT_ENOBUFS if (errno != ENOBUFS) return -11115 if ((ret == 0) || (ret == -1 && errno != ENOBUFS)) in NET_SetSockOpt()
286 public static final int ENOBUFS = placeholder(); field in OsConstants1122 if (errno == ENOBUFS) { in errnoName()
183 initConstant(env, c, "ENOBUFS", ENOBUFS); in OsConstants_initConstants()
247 field public static final int ENOBUFS;