Home
last modified time | relevance | path

Searched refs:otSysGetThreadNetifName (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/posix/
Dmain.c293 syslog(LOG_INFO, "Thread interface: %s", otSysGetThreadNetifName()); in InitInstance()
338 otCliOutputFormat("%s:%u\r\n", otSysGetThreadNetifName(), otSysGetThreadNetifIndex()); in ProcessNetif()
/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h203 const char *otSysGetThreadNetifName(void);
/openthread-latest/src/posix/platform/
Dsystem.cpp166 ot::Posix::Udp::Get().Init(otSysGetThreadNetifName()); in platformInitRcpMode()
Dnetif.cpp165 const char *otSysGetThreadNetifName(void) { return gNetifName; } in otSysGetThreadNetifName() function