Searched refs:EADDRINUSE (Results 1 – 4 of 4) sorted by relevance
175 public static final int EADDRINUSE = placeholder(); field in OsConstants811 if (errno == EADDRINUSE) { in errnoName()
849 case EADDRINUSE: /* Fall through */ in handleSocketErrorWithDefault()
106 if (errnoException.errno == EADDRINUSE || errnoException.errno == EADDRNOTAVAIL || in bind()
126 initConstant(env, c, "EADDRINUSE", EADDRINUSE); in OsConstants_initConstants()