Home
last modified time | relevance | path

Searched refs:Cmd (Results 1 – 22 of 22) sorted by relevance

/openthread-latest/src/cli/
Dcli_bbr.cpp54 template <> otError Bbr::Process<Cmd("mlr")>(Arg aArgs[]) in Process()
168 template <> otError Bbr::Process<Cmd("mgmt")>(Arg aArgs[]) in Process()
229 error = Process<Cmd("mlr")>(aArgs + 1); in Process()
247 template <> otError Bbr::Process<Cmd("enable")>(Arg aArgs[]) in Process()
264 template <> otError Bbr::Process<Cmd("disable")>(Arg aArgs[]) in Process()
291 template <> otError Bbr::Process<Cmd("jitter")>(Arg aArgs[]) in Process()
305 template <> otError Bbr::Process<Cmd("register")>(Arg aArgs[]) in Process()
334 template <> otError Bbr::Process<Cmd("state")>(Arg aArgs[]) in Process()
366 template <> otError Bbr::Process<Cmd("config")>(Arg aArgs[]) in Process()
427 #define CmdEntry(aCommandString) {aCommandString, &Bbr::Process<Cmd(aCommandString)>} in Process()
Dcli.cpp190 template <> otError Interpreter::Process<Cmd("diag")>(Arg aArgs[]) in Process()
218 template <> otError Interpreter::Process<Cmd("version")>(Arg aArgs[]) in Process()
259 template <> otError Interpreter::Process<Cmd("reset")>(Arg aArgs[]) in Process()
423 template <> otError Interpreter::Process<Cmd("attachtime")>(Arg aArgs[]) in Process()
439 template <> otError Interpreter::Process<Cmd("history")>(Arg aArgs[]) { return mHistory.Process(aAr… in Process()
443 template <> otError Interpreter::Process<Cmd("ba")>(Arg aArgs[]) in Process()
727 template <> otError Interpreter::Process<Cmd("br")>(Arg aArgs[]) { return mBr.Process(aArgs); } in Process()
731 template <> otError Interpreter::Process<Cmd("nat64")>(Arg aArgs[]) in Process()
1023 template <> otError Interpreter::Process<Cmd("bbr")>(Arg aArgs[]) { return mBbr.Process(aArgs); } in Process()
1035 template <> otError Interpreter::Process<Cmd("domainname")>(Arg aArgs[]) in Process()
[all …]
Dcli_br.cpp56 template <> otError Br::Process<Cmd("init")>(Arg aArgs[]) in Process()
81 template <> otError Br::Process<Cmd("enable")>(Arg aArgs[]) in Process()
102 template <> otError Br::Process<Cmd("disable")>(Arg aArgs[]) in Process()
122 template <> otError Br::Process<Cmd("state")>(Arg aArgs[]) in Process()
190 template <> otError Br::Process<Cmd("omrprefix")>(Arg aArgs[]) in Process()
256 template <> otError Br::Process<Cmd("onlinkprefix")>(Arg aArgs[]) in Process()
335 template <> otError Br::Process<Cmd("nat64prefix")>(Arg aArgs[]) in Process()
392 template <> otError Br::Process<Cmd("peers")>(Arg aArgs[]) in Process()
494 template <> otError Br::Process<Cmd("prefixtable")>(Arg aArgs[]) in Process()
530 template <> otError Br::Process<Cmd("pd")>(Arg aArgs[]) in Process()
[all …]
Dcli_srp_server.cpp66 template <> otError SrpServer::Process<Cmd("addrmode")>(Arg aArgs[]) in Process()
122 template <> otError SrpServer::Process<Cmd("auto")>(Arg aArgs[]) in Process()
145 template <> otError SrpServer::Process<Cmd("domain")>(Arg aArgs[]) in Process()
180 template <> otError SrpServer::Process<Cmd("state")>(Arg aArgs[]) in Process()
199 template <> otError SrpServer::Process<Cmd("enable")>(Arg aArgs[]) in Process()
219 template <> otError SrpServer::Process<Cmd("disable")>(Arg aArgs[]) in Process()
228 template <> otError SrpServer::Process<Cmd("ttl")>(Arg aArgs[]) in Process()
272 template <> otError SrpServer::Process<Cmd("lease")>(Arg aArgs[]) in Process()
318 template <> otError SrpServer::Process<Cmd("host")>(Arg aArgs[]) in Process()
421 template <> otError SrpServer::Process<Cmd("service")>(Arg aArgs[]) in Process()
[all …]
Dcli_commissioner.cpp61 template <> otError Commissioner::Process<Cmd("announce")>(Arg aArgs[]) in Process()
101 template <> otError Commissioner::Process<Cmd("energy")>(Arg aArgs[]) in Process()
123 template <> otError Commissioner::Process<Cmd("joiner")>(Arg aArgs[]) in Process()
311 template <> otError Commissioner::Process<Cmd("mgmtget")>(Arg aArgs[]) in Process()
377 template <> otError Commissioner::Process<Cmd("mgmtset")>(Arg aArgs[]) in Process()
458 template <> otError Commissioner::Process<Cmd("panid")>(Arg aArgs[]) in Process()
486 template <> otError Commissioner::Process<Cmd("provisioningurl")>(Arg aArgs[]) in Process()
504 template <> otError Commissioner::Process<Cmd("sessionid")>(Arg aArgs[]) in Process()
529 template <> otError Commissioner::Process<Cmd("id")>(Arg aArgs[]) in Process()
560 template <> otError Commissioner::Process<Cmd("start")>(Arg aArgs[]) in Process()
[all …]
Dcli_joiner.cpp45 template <> otError Joiner::Process<Cmd("discerner")>(Arg aArgs[]) in Process()
130 template <> otError Joiner::Process<Cmd("id")>(Arg aArgs[]) in Process()
153 template <> otError Joiner::Process<Cmd("start")>(Arg aArgs[]) in Process()
181 template <> otError Joiner::Process<Cmd("stop")>(Arg aArgs[]) in Process()
208 template <> otError Joiner::Process<Cmd("state")>(Arg aArgs[]) in Process()
221 aCommandString, &Joiner::Process<Cmd(aCommandString)> \ in Process()
Dcli_coap_secure.cpp109 template <> otError CoapSecure::Process<Cmd("resource")>(Arg aArgs[]) in Process()
157 template <> otError CoapSecure::Process<Cmd("set")>(Arg aArgs[]) in Process()
215 template <> otError CoapSecure::Process<Cmd("start")>(Arg aArgs[]) in Process()
261 template <> otError CoapSecure::Process<Cmd("stop")>(Arg aArgs[]) in Process()
295 template <> otError CoapSecure::Process<Cmd("isclosed")>(Arg aArgs[]) in Process()
311 template <> otError CoapSecure::Process<Cmd("isconnected")>(Arg aArgs[]) in Process()
329 template <> otError CoapSecure::Process<Cmd("isconnactive")>(Arg aArgs[]) in Process()
368 template <> otError CoapSecure::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process()
400 template <> otError CoapSecure::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT… in Process()
432 template <> otError CoapSecure::Process<Cmd("put")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process()
[all …]
Dcli_udp.cpp82 template <> otError UdpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process()
131 template <> otError UdpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process()
163 template <> otError UdpExample::Process<Cmd("close")>(Arg aArgs[]) in Process()
179 template <> otError UdpExample::Process<Cmd("open")>(Arg aArgs[]) in Process()
252 template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[]) in Process()
331 template <> otError UdpExample::Process<Cmd("linksecurity")>(Arg aArgs[]) in Process()
428 aCommandString, &UdpExample::Process<Cmd(aCommandString)> \ in Process()
Dcli_srp_client.cpp69 template <> otError SrpClient::Process<Cmd("autostart")>(Arg aArgs[]) in Process()
166 template <> otError SrpClient::Process<Cmd("callback")>(Arg aArgs[]) in Process()
182 template <> otError SrpClient::Process<Cmd("host")>(Arg aArgs[]) in Process()
454 template <> otError SrpClient::Process<Cmd("leaseinterval")>(Arg aArgs[]) in Process()
476 template <> otError SrpClient::Process<Cmd("keyleaseinterval")>(Arg aArgs[]) in Process()
481 template <> otError SrpClient::Process<Cmd("server")>(Arg aArgs[]) in Process()
544 template <> otError SrpClient::Process<Cmd("service")>(Arg aArgs[]) in Process()
854 template <> otError SrpClient::Process<Cmd("start")>(Arg aArgs[]) in Process()
880 template <> otError SrpClient::Process<Cmd("state")>(Arg aArgs[]) in Process()
901 template <> otError SrpClient::Process<Cmd("stop")>(Arg aArgs[]) in Process()
[all …]
Dcli_mdns.cpp46 template <> otError Mdns::Process<Cmd("enable")>(Arg aArgs[]) in Process()
62 template <> otError Mdns::Process<Cmd("disable")>(Arg aArgs[]) in Process()
73 template <> otError Mdns::Process<Cmd("state")>(Arg aArgs[]) in Process()
84 template <> otError Mdns::Process<Cmd("unicastquestion")>(Arg aArgs[]) in Process()
180 template <> otError Mdns::Process<Cmd("register")>(Arg aArgs[]) in Process()
441 template <> otError Mdns::Process<Cmd("unregister")>(Arg aArgs[]) in Process()
492 template <> otError Mdns::Process<Cmd("hosts")>(Arg aArgs[]) in Process()
529 template <> otError Mdns::Process<Cmd("services")>(Arg aArgs[]) in Process()
566 template <> otError Mdns::Process<Cmd("keys")>(Arg aArgs[]) in Process()
625 template <> otError Mdns::Process<Cmd("browser")>(Arg aArgs[]) in Process()
[all …]
Dcli_dns.cpp45 template <> otError Dns::Process<Cmd("compression")>(Arg aArgs[]) in Process()
109 template <> otError Dns::Process<Cmd("config")>(Arg aArgs[]) in Process()
241 template <> otError Dns::Process<Cmd("resolve")>(Arg aArgs[]) in Process()
258 template <> otError Dns::Process<Cmd("resolve4")>(Arg aArgs[]) in Process()
322 template <> otError Dns::Process<Cmd("browse")>(Arg aArgs[]) in Process()
361 template <> otError Dns::Process<Cmd("service")>(Arg aArgs[]) in Process()
390 template <> otError Dns::Process<Cmd("servicehost")>(Arg aArgs[]) in Process()
657 template <> otError Dns::Process<Cmd("server")>(Arg aArgs[]) in Process()
706 aCommandString, &Dns::Process<Cmd(aCommandString)> \ in Process()
Dcli_network_data.cpp186 template <> otError NetworkData::Process<Cmd("length")>(Arg aArgs[]) in Process()
197 template <> otError NetworkData::Process<Cmd("maxlength")>(Arg aArgs[]) in Process()
237 template <> otError NetworkData::Process<Cmd("publish")>(Arg aArgs[]) in Process()
428 template <> otError NetworkData::Process<Cmd("unpublish")>(Arg aArgs[]) in Process()
497 template <> otError NetworkData::Process<Cmd("register")>(Arg aArgs[]) in Process()
514 template <> otError NetworkData::Process<Cmd("steeringdata")>(Arg aArgs[]) in Process()
820 template <> otError NetworkData::Process<Cmd("show")>(Arg aArgs[]) in Process()
884 template <> otError NetworkData::Process<Cmd("full")>(Arg aArgs[]) in Process()
939 aCommandString, &NetworkData::Process<Cmd(aCommandString)> \ in Process()
Dcli_tcat.cpp158 template <> otError Tcat::Process<Cmd("advid")>(Arg aArgs[]) in Process()
244 template <> otError Tcat::Process<Cmd("devid")>(Arg aArgs[]) in Process()
288 template <> otError Tcat::Process<Cmd("start")>(Arg aArgs[]) in Process()
337 template <> otError Tcat::Process<Cmd("stop")>(Arg aArgs[]) in Process()
350 aCommandString, &Tcat::Process<Cmd(aCommandString)> \ in Process()
Dcli_dataset.cpp640 template <> otError Dataset::Process<Cmd("init")>(Arg aArgs[]) in Process()
698 template <> otError Dataset::Process<Cmd("active")>(Arg aArgs[]) in Process()
722 template <> otError Dataset::Process<Cmd("pending")>(Arg aArgs[]) in Process()
755 template <> otError Dataset::Process<Cmd("clear")>(Arg aArgs[]) in Process()
763 template <> otError Dataset::Process<Cmd("commit")>(Arg aArgs[]) in Process()
801 template <> otError Dataset::Process<Cmd("mgmtsetcommand")>(Arg aArgs[]) in Process()
885 template <> otError Dataset::Process<Cmd("mgmtgetcommand")>(Arg aArgs[]) in Process()
1121 template <> otError Dataset::Process<Cmd("set")>(Arg aArgs[]) in Process()
1155 template <> otError Dataset::Process<Cmd("tlvs")>(Arg aArgs[]) in Process()
1168 template <> otError Dataset::Process<Cmd("updater")>(Arg aArgs[]) in Process()
[all …]
Dcli_history.cpp130 template <> otError History::Process<Cmd("ipaddr")>(Arg aArgs[]) in Process()
241 template <> otError History::Process<Cmd("ipmaddr")>(Arg aArgs[]) in Process()
354 template <> otError History::Process<Cmd("neighbor")>(Arg aArgs[]) in Process()
500 template <> otError History::Process<Cmd("router")>(Arg aArgs[]) in Process()
641 template <> otError History::Process<Cmd("netinfo")>(Arg aArgs[]) in Process()
791 template <> otError History::Process<Cmd("rx")>(Arg aArgs[]) { return ProcessRxTxHistory(kRx, aArgs… in Process()
917 template <> otError History::Process<Cmd("rxtx")>(Arg aArgs[]) { return ProcessRxTxHistory(kRxTx, a… in Process()
1002 template <> otError History::Process<Cmd("tx")>(Arg aArgs[]) { return ProcessRxTxHistory(kTx, aArgs… in Process()
1301 template <> otError History::Process<Cmd("prefix")>(Arg aArgs[]) in Process()
1390 template <> otError History::Process<Cmd("route")>(Arg aArgs[]) in Process()
[all …]
Dcli_coap.cpp156 template <> otError Coap::Process<Cmd("cancel")>(Arg aArgs[]) in Process()
181 template <> otError Coap::Process<Cmd("resource")>(Arg aArgs[]) in Process()
234 template <> otError Coap::Process<Cmd("set")>(Arg aArgs[]) in Process()
305 template <> otError Coap::Process<Cmd("start")>(Arg aArgs[]) in Process()
321 template <> otError Coap::Process<Cmd("stop")>(Arg aArgs[]) in Process()
381 template <> otError Coap::Process<Cmd("parameters")>(Arg aArgs[]) in Process()
462 template <> otError Coap::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_C… in Process()
497 template <> otError Coap::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_… in Process()
532 template <> otError Coap::Process<Cmd("put")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COAP_C… in Process()
550 template <> otError Coap::Process<Cmd("delete")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_COA… in Process()
[all …]
Dcli_link_metrics.cpp55 template <> otError LinkMetrics::Process<Cmd("query")>(Arg aArgs[]) in Process()
62 template <> otError LinkMetrics::Process<Cmd("request")>(Arg aArgs[]) in Process()
148 template <> otError LinkMetrics::Process<Cmd("mgmt")>(Arg aArgs[]) in Process()
155 template <> otError LinkMetrics::Process<Cmd("config")>(Arg aArgs[]) in Process()
348 template <> otError LinkMetrics::Process<Cmd("probe")>(Arg aArgs[]) in Process()
382 aCommandString, &LinkMetrics::Process<Cmd(aCommandString)> \ in Process()
Dcli_tcp.cpp115 template <> otError TcpExample::Process<Cmd("init")>(Arg aArgs[]) in Process()
289 template <> otError TcpExample::Process<Cmd("deinit")>(Arg aArgs[]) in Process()
346 template <> otError TcpExample::Process<Cmd("bind")>(Arg aArgs[]) in Process()
391 template <> otError TcpExample::Process<Cmd("connect")>(Arg aArgs[]) in Process()
473 template <> otError TcpExample::Process<Cmd("send")>(Arg aArgs[]) in Process()
523 template <> otError TcpExample::Process<Cmd("benchmark")>(Arg aArgs[]) in Process()
655 template <> otError TcpExample::Process<Cmd("sendend")>(Arg aArgs[]) in Process()
680 template <> otError TcpExample::Process<Cmd("abort")>(Arg aArgs[]) in Process()
714 template <> otError TcpExample::Process<Cmd("listen")>(Arg aArgs[]) in Process()
742 template <> otError TcpExample::Process<Cmd("stoplistening")>(Arg aArgs[]) in Process()
[all …]
Dcli_mesh_diag.cpp52 template <> otError MeshDiag::Process<Cmd("topology")>(Arg aArgs[]) in Process()
131 template <> otError MeshDiag::Process<Cmd("childtable")>(Arg aArgs[]) in Process()
190 template <> otError MeshDiag::Process<Cmd("childip6")>(Arg aArgs[]) in Process()
226 template <> otError MeshDiag::Process<Cmd("routerneighbortable")>(Arg aArgs[]) in Process()
273 aCommandString, &MeshDiag::Process<Cmd(aCommandString)> \ in Process()
Dcli_mac_filter.cpp135 template <> otError MacFilter::Process<Cmd("addr")>(Arg aArgs[]) in Process()
311 template <> otError MacFilter::Process<Cmd("rss")>(Arg aArgs[]) in Process()
450 aCommandString, &MacFilter::Process<Cmd(aCommandString)> \ in Process()
Dcli_utils.hpp70 constexpr static CommandId Cmd(const char *aString) in Cmd() function
72 return (aString[0] == '\0') ? 0 : (static_cast<uint8_t>(aString[0]) + Cmd(aString + 1) * 255u); in Cmd()
/openthread-latest/tools/cp-caps/
DREADME.md178 TX ver:2003,Cmd,seq,dst[addr:short,pan:id],src[addr:no,pan:no],sec:no,ie:no,plen:0 ----------------…
179 RX ver:2003,Cmd,seq,dst[addr:short,pan:id],src[addr:no,pan:no],sec:no,ie:no,plen:0 ----------------…
182 TX ver:2006,Cmd,seq,dst[addr:short,pan:id],src[addr:short,pan:no],sec:l5,ie:no,plen:0 -------------…
183 RX ver:2006,Cmd,seq,dst[addr:short,pan:id],src[addr:short,pan:no],sec:l5,ie:no,plen:0 -------------…
184 TX ver:2006,Cmd,seq,dst[addr:extd,pan:id],src[addr:extd,pan:no],sec:l5,ie:no,plen:0 ---------------…
185 RX ver:2006,Cmd,seq,dst[addr:extd,pan:id],src[addr:extd,pan:no],sec:l5,ie:no,plen:0 ---------------…