Searched refs:EPROTO (Results 1 – 5 of 5) sorted by relevance
450 public static final int EPROTO; field in OsConstants451 static { EPROTO = 0; }
831 #ifdef EPROTO in handleSocketErrorWithDefault()832 case EPROTO: in handleSocketErrorWithDefault()
309 public static final int EPROTO = placeholder(); field in OsConstants1203 if (errno == EPROTO) { in errnoName()
209 initConstant(env, c, "EPROTO", EPROTO); in OsConstants_initConstants()
293 field public static final int EPROTO;