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()
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 …]
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