Searched refs:ENOBUFS (Results 1 – 5 of 5) sorted by relevance
372 public static final int ENOBUFS; field in OsConstants373 static { ENOBUFS = 0; }
184 #define FAIL_IF_NOT_ENOBUFS if (errno != ENOBUFS) return -11116 if ((ret == 0) || (ret == -1 && errno != ENOBUFS)) in NET_SetSockOpt()
283 public static final int ENOBUFS = placeholder(); field in OsConstants1125 if (errno == ENOBUFS) { in errnoName()
183 initConstant(env, c, "ENOBUFS", ENOBUFS); in OsConstants_initConstants()
267 field public static final int ENOBUFS;