Home
last modified time | relevance | path

Searched refs:otCliCommand (Results 1 – 6 of 6) sorted by relevance

/openthread-3.6.0/include/openthread/
Dcli.h52 typedef struct otCliCommand struct
58 } otCliCommand; argument
110 otError otCliSetUserCommands(const otCliCommand *aUserCommands, uint8_t aLength, void *aContext);
/openthread-3.6.0/src/cli/
Dcli_extension_example.c49 static const otCliCommand sExtensionCommands[] = {
Dcli.hpp204 otError SetUserCommands(const otCliCommand *aCommands, uint8_t aLength, void *aContext);
519 const otCliCommand *mCommands;
Dcli.cpp391 otError Interpreter::SetUserCommands(const otCliCommand *aCommands, uint8_t aLength, void *aContext) in SetUserCommands()
8574 extern "C" otError otCliSetUserCommands(const otCliCommand *aUserCommands, uint8_t aLength, void *a… in otCliSetUserCommands()
/openthread-3.6.0/examples/apps/cli/
Dmain.c79 static const otCliCommand kCommands[] = {
/openthread-3.6.0/src/posix/
Dmain.c354 static const otCliCommand kCommands[] = {