Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcli.h51 typedef struct otCliCommand struct
57 } otCliCommand; argument
105 otError otCliSetUserCommands(const otCliCommand *aUserCommands, uint8_t aLength, void *aContext);
/openthread-latest/src/cli/
Dcli_extension_example.c49 static const otCliCommand sExtensionCommands[] = {
Dcli.hpp182 otError SetUserCommands(const otCliCommand *aCommands, uint8_t aLength, void *aContext);
331 const otCliCommand *mCommands;
Dcli.cpp388 otError Interpreter::SetUserCommands(const otCliCommand *aCommands, uint8_t aLength, void *aContext) in SetUserCommands()
8372 extern "C" otError otCliSetUserCommands(const otCliCommand *aUserCommands, uint8_t aLength, void *a… in otCliSetUserCommands()
/openthread-latest/examples/apps/cli/
Dmain.c80 static const otCliCommand kCommands[] = {
/openthread-latest/src/posix/
Dmain.c354 static const otCliCommand kCommands[] = {