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