Home
last modified time | relevance | path

Searched refs:CommandSyntaxError (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DNdcDispatcher.cpp169 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()
[all …]
DMDnsSdListener.cpp516 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false); in runCommand()
/system/netd/libnetdutils/include/netdutils/
DResponseCode.h64 static constexpr int CommandSyntaxError = 500; variable