Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dsystem.cpp220 …if (aPlatformConfig->mBackboneInterfaceName != nullptr && strlen(aPlatformConfig->mBackboneInterfa… in platformSetUp()
225 … icmp6Sock = ot::Posix::InfraNetif::CreateIcmp6Socket(aPlatformConfig->mBackboneInterfaceName); in platformSetUp()
228 otSysSetInfraNetif(aPlatformConfig->mBackboneInterfaceName, icmp6Sock); in platformSetUp()
/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h86 const char *mBackboneInterfaceName; ///< Backbone network interface name. member
/openthread-latest/src/posix/
Dmain.c223 aConfig->mPlatformConfig.mBackboneInterfaceName = optarg; in ParseArg()