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