Home
last modified time | relevance | path

Searched refs:otSysGetThreadNetifIndex (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h210 unsigned int otSysGetThreadNetifIndex(void);
/openthread-latest/src/posix/
Dmain.c338 otCliOutputFormat("%s:%u\r\n", otSysGetThreadNetifName(), otSysGetThreadNetifIndex()); in ProcessNetif()
/openthread-latest/src/posix/platform/
Dnetif.cpp167 unsigned int otSysGetThreadNetifIndex(void) { return gNetifIndex; } in otSysGetThreadNetifIndex() function
650 unsigned int netifIdx = otSysGetThreadNetifIndex(); in AddRoute()
705 unsigned int netifIdx = otSysGetThreadNetifIndex(); in DeleteRoute()