Home
last modified time | relevance | path

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

/system/netd/server/
DNdcDispatcher.cpp186 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); in runCommand()
284 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false); in runCommand()
292 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false); in runCommand()
304 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 privacy extensions changed", false); in runCommand()
321 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 state changed", false); in runCommand()
338 cli->sendMsg(ResponseCode::CommandOkay, "MTU changed", false); in runCommand()
398 cli->sendMsg(ResponseCode::CommandOkay, "ipfwd operation succeeded", false); in runCommand()
491 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false); in runCommand()
523 cli->sendMsg(ResponseCode::CommandOkay, "Nat operation succeeded", false); in runCommand()
544 cli->sendMsg(ResponseCode::CommandOkay, "Bandwidth command succeeeded", false); in sendGenericOkFail()
[all …]
DMDnsSdListener.cpp99 cli->sendMsg(ResponseCode::CommandOkay, "Discover operation started", false); in discover()
157 cli->sendMsg(ResponseCode::CommandOkay, msg, false); in stop()
192 cli->sendMsg(ResponseCode::CommandOkay, "serviceRegister started", false); in serviceRegister()
246 cli->sendMsg(ResponseCode::CommandOkay, "resolveService started", false); in resolveService()
312 cli->sendMsg(ResponseCode::CommandOkay, "getAddrInfo started", false); in getAddrInfo()
370 cli->sendMsg(ResponseCode::CommandOkay, "setHostname started", false); in setHostname()
480 cli->sendMsg(ResponseCode::CommandOkay, "Service Started", false); in runCommand()
486 cli->sendMsg(ResponseCode::CommandOkay, "Service Stopped", false); in runCommand()
/system/netd/libnetdutils/include/netdutils/
DResponseCode.h39 static constexpr int CommandOkay = 200; variable