HomeSort by relevance Sort by last modified time
    Searched refs:CommandSyntaxError (Results 1 - 3 of 3) sorted by null

  /system/netd/server/
ResponseCode.h 59 static const int CommandSyntaxError = 500;
CommandListener.cpp 132 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
154 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
207 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
284 cli->sendMsg(ResponseCode::CommandSyntaxError,
299 cli->sendMsg(ResponseCode::CommandSyntaxError,
315 cli->sendMsg(ResponseCode::CommandSyntaxError,
327 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false);
400 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false);
421 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false);
454 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false)
    [all...]
MDnsSdListener.cpp 512 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false);

Completed in 301 milliseconds