Home
last modified time | relevance | path

Searched refs:otSysInit (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/examples/platforms/
Dopenthread-system.h53 void otSysInit(int argc, char *argv[]);
/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h138 otInstance *otSysInit(otPlatformConfig *aPlatformConfig);
/openthread-latest/examples/apps/ncp/
Dmain.c90 otSysInit(argc, argv); in main()
/openthread-latest/examples/apps/cli/
Dmain.c124 otSysInit(argc, argv); in main()
/openthread-latest/examples/platforms/simulation/
Dsystem.c105 void otSysInit(int aArgCount, char *aArgVector[]) in otSysInit() function
/openthread-latest/examples/platforms/simulation/virtual_time/
Dplatform-sim.c196 void otSysInit(int argc, char *argv[]) in otSysInit() function
/openthread-latest/src/posix/
Dmain.c291 instance = otSysInit(&aConfig->mPlatformConfig); in InitInstance()
/openthread-latest/src/posix/platform/
Dsystem.cpp266 otInstance *otSysInit(otPlatformConfig *aPlatformConfig) in otSysInit() function