Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli_extension_example.c39 otCliOutputFormat("Hello world!\r\n"); in helloWorldCommand()
45 otCliOutputFormat("Thread is great!\r\n"); in threadCommand()
Dcli.hpp105 extern "C" void otCliOutputFormat(const char *aFmt, ...);
128 friend void otCliOutputFormat(const char *aFmt, ...);
Dcli.cpp8584 extern "C" void otCliOutputFormat(const char *aFmt, ...) in otCliOutputFormat() function
/openthread-3.6.0/include/openthread/
Dcli.h128 void otCliOutputFormat(const char *aFmt, ...);
/openthread-3.6.0/examples/platforms/simulation/
Dradio.c215 OT_TOOL_WEAK void otCliOutputFormat(const char *aFmt, ...) { OT_UNUSED_VARIABLE(aFmt); } in otCliOutputFormat() function
229 otCliOutputFormat("off"); in ProcessNodeIdFilter()
232 otCliOutputFormat("deny-list"); in ProcessNodeIdFilter()
235 otCliOutputFormat("allow-list"); in ProcessNodeIdFilter()
243 otCliOutputFormat(" %d", nodeId); in ProcessNodeIdFilter()
247 otCliOutputFormat("\r\n"); in ProcessNodeIdFilter()
/openthread-3.6.0/src/posix/
Dmain.c338 otCliOutputFormat("%s:%u\r\n", otSysGetThreadNetifName(), otSysGetThreadNetifIndex()); in ProcessNetif()