• 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()
302 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
319 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
335 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
351 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false); in runCommand()
399 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false); in runCommand()
418 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
441 cli->sendMsg(ResponseCode::CommandSyntaxError, "Bad number of arguments", false); in runCommand()
457 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
475 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
491 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown tether cmd", false); in runCommand()
512 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
524 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown nat cmd", false); in runCommand()
544 cli->sendMsg(ResponseCode::CommandSyntaxError, msg, false); in sendGenericSyntaxError()
681 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown bandwidth cmd", false); in runCommand()
690 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
699 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
715 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
729 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown idletimer cmd", false); in runCommand()
783 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing command", false); in runCommand()
789 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
799 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
809 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
817 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
829 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
839 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
847 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown command", false); in runCommand()
856 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
866 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
871 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown clatd cmd", false); in runCommand()
910 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing command", false); in runCommand()
916 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
925 cli->sendMsg(ResponseCode::CommandSyntaxError, "Invalid UID", false); in runCommand()
931 cli->sendMsg(ResponseCode::CommandSyntaxError, "Invalid penalty argument", false); in runCommand()
939 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown command", false); in runCommand()
946 cli->sendMsg(ResponseCode::CommandSyntaxError, message, false); in syntaxError()