Searched refs:CommandOkay (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | NdcDispatcher.cpp | 186 cli->sendMsg(ResponseCode::CommandOkay, "Interface list completed", false); in runCommand() 290 cli->sendMsg(ResponseCode::CommandOkay, "Interface configuration set", false); in runCommand() 298 cli->sendMsg(ResponseCode::CommandOkay, "Interface IP addresses cleared", false); in runCommand() 310 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 privacy extensions changed", false); in runCommand() 327 cli->sendMsg(ResponseCode::CommandOkay, "IPv6 state changed", false); in runCommand() 344 cli->sendMsg(ResponseCode::CommandOkay, "MTU changed", false); in runCommand() 404 cli->sendMsg(ResponseCode::CommandOkay, "ipfwd operation succeeded", false); in runCommand() 497 cli->sendMsg(ResponseCode::CommandOkay, "Tether operation succeeded", false); in runCommand() 529 cli->sendMsg(ResponseCode::CommandOkay, "Nat operation succeeded", false); in runCommand() 550 cli->sendMsg(ResponseCode::CommandOkay, "Bandwidth command succeeeded", false); in sendGenericOkFail() [all …]
|
D | MDnsSdListener.cpp | 99 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/ |
D | ResponseCode.h | 39 static constexpr int CommandOkay = 200; variable
|