Searched refs:CommandSyntaxError (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | NdcDispatcher.cpp | 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() [all …]
|
D | MDnsSdListener.cpp | 516 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false); in runCommand()
|
/system/netd/libnetdutils/include/netdutils/ |
D | ResponseCode.h | 64 static constexpr int CommandSyntaxError = 500; variable
|