• Home
  • Raw
  • Download

Lines Matching refs:OperationFailed

57             cli->sendMsg(ResponseCode::OperationFailed, errMsg, addErrno); \
66 cli->sendMsg(ResponseCode::OperationFailed, errMsg, addErrno); \
179 cli->sendMsg(ResponseCode::OperationFailed, "Failed to get interface list", true); in runCommand()
203 cli->sendMsg(ResponseCode::OperationFailed, "Interface not found", true); in runCommand()
243 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set address", true); in runCommand()
259 cli->sendMsg(ResponseCode::OperationFailed, "Failed to up interface", true); in runCommand()
270 cli->sendMsg(ResponseCode::OperationFailed, "Failed to down interface", in runCommand()
313 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set ipv6 privacy extensions", in runCommand()
330 cli->sendMsg(ResponseCode::OperationFailed, "Failed to change IPv6 state", true); in runCommand()
347 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set MTU", true); in runCommand()
407 cli->sendMsg(ResponseCode::OperationFailed, "ipfwd operation failed", true); in runCommand()
500 cli->sendMsg(ResponseCode::OperationFailed, "Tether operation failed", true); in runCommand()
532 cli->sendMsg(ResponseCode::OperationFailed, "Nat operation failed", true); in runCommand()
552 cli->sendMsg(ResponseCode::OperationFailed, "Bandwidth command failed", false); in sendGenericOkFail()
558 cli->sendMsg(ResponseCode::OperationFailed, errMsg, false); in sendGenericOpFailed()
707 cli->sendMsg(ResponseCode::OperationFailed, "Failed to add interface", false); in runCommand()
722 cli->sendMsg(ResponseCode::OperationFailed, "Failed to remove interface", false); in runCommand()
739 cli->sendMsg(ResponseCode::OperationFailed, "Firewall command failed", false); in sendGenericOkFail()
879 cli->sendMsg(ResponseCode::OperationFailed, "Clatd operation failed", false); in runCommand()
891 cli->sendMsg(ResponseCode::OperationFailed, "Strict command failed", false); in sendGenericOkFail()
953 cli->sendMsg(ResponseCode::OperationFailed, message, true); in operationError()