• Home
  • Raw
  • Download

Lines Matching refs:CommandSyntaxError

169         cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);  in runCommand()
193 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
219 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
296 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
313 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
329 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
345 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false); in runCommand()
393 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false); in runCommand()
412 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
435 cli->sendMsg(ResponseCode::CommandSyntaxError, "Bad number of arguments", false); in runCommand()
451 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
469 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
485 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown tether cmd", false); in runCommand()
506 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
518 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown nat cmd", false); in runCommand()
538 cli->sendMsg(ResponseCode::CommandSyntaxError, msg, false); in sendGenericSyntaxError()
675 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown bandwidth cmd", false); in runCommand()
684 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
693 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
709 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
723 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown idletimer cmd", false); in runCommand()
779 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing command", false); in runCommand()
785 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
795 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
805 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
813 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
825 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
835 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
843 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown command", false); in runCommand()
852 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
862 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
867 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown clatd cmd", false); in runCommand()
906 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing command", false); in runCommand()
912 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
921 cli->sendMsg(ResponseCode::CommandSyntaxError, "Invalid UID", false); in runCommand()
927 cli->sendMsg(ResponseCode::CommandSyntaxError, "Invalid penalty argument", false); in runCommand()
935 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown command", false); in runCommand()
942 cli->sendMsg(ResponseCode::CommandSyntaxError, message, false); in syntaxError()