Searched refs:EADDRINUSE (Results 1 – 5 of 5) sorted by relevance
233 public static final int EADDRINUSE = placeholder(); field in OsConstants989 if (errno == EADDRINUSE) { in errnoName()
147 if (errnoException.errno == EADDRINUSE || errnoException.errno == EADDRNOTAVAIL || in bind()
845 case EADDRINUSE: /* Fall through */ in handleSocketErrorWithDefault()
131 initConstant(env, c, "EADDRINUSE", EADDRINUSE); in OsConstants_initConstants()
197 field public static final int EADDRINUSE;