Searched refs:MIN_PORT (Results 1 – 2 of 2) sorted by relevance
276 if (port < MIN_PORT || port > MAX_PORT) { in IsDebugPortValid()278 …string("Debug server port out of range: " + to_string(MIN_PORT) + "-" + to_string(MAX_PORT) + "."); in IsDebugPortValid()615 if (port < MIN_PORT || port > MAX_PORT) { in IsWebSocketPortValid()616 … errorInfo = string("WebSocket listening port out of range: " + to_string(MIN_PORT) + "-" + in IsWebSocketPortValid()
79 const int MIN_PORT = 1024; variable