Lines Matching refs:CommandSyntaxError

168         cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);  in runCommand()
192 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
218 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
295 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
312 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
328 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
344 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false); in runCommand()
392 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false); in runCommand()
411 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
434 cli->sendMsg(ResponseCode::CommandSyntaxError, "Bad number of arguments", false); in runCommand()
450 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
468 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
484 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown tether cmd", false); in runCommand()
505 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
517 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown nat cmd", false); in runCommand()
537 cli->sendMsg(ResponseCode::CommandSyntaxError, msg, false); in sendGenericSyntaxError()
674 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown bandwidth cmd", false); in runCommand()
683 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
692 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
708 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
722 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown idletimer cmd", false); in runCommand()
778 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing command", false); in runCommand()
784 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
794 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
804 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
812 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
824 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
834 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
842 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown command", false); in runCommand()
871 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing command", false); in runCommand()
877 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
886 cli->sendMsg(ResponseCode::CommandSyntaxError, "Invalid UID", false); in runCommand()
892 cli->sendMsg(ResponseCode::CommandSyntaxError, "Invalid penalty argument", false); in runCommand()
900 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown command", false); in runCommand()
907 cli->sendMsg(ResponseCode::CommandSyntaxError, message, false); in syntaxError()