Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dinfra_if.cpp100 …return ot::Posix::InfraNetif::Get().SendIcmp6Nd(aInfraIfIndex, *aDestAddress, aBuffer, aBufferLeng… in otPlatInfraIfSendIcmp6Nd()
107 return ot::Posix::InfraNetif::Get().DiscoverNat64Prefix(aInfraIfIndex); in otPlatInfraIfDiscoverNat64Prefix()
111 bool otSysInfraIfIsRunning(void) { return ot::Posix::InfraNetif::Get().IsRunning(); } in otSysInfraIfIsRunning()
113 const char *otSysGetInfraNetifName(void) { return ot::Posix::InfraNetif::Get().GetNetifName(); } in otSysGetInfraNetifName()
115 uint32_t otSysGetInfraNetifIndex(void) { return ot::Posix::InfraNetif::Get().GetNetifIndex(); } in otSysGetInfraNetifIndex()
117 uint32_t otSysGetInfraNetifFlags(void) { return ot::Posix::InfraNetif::Get().GetFlags(); } in otSysGetInfraNetifFlags()
121 ot::Posix::InfraNetif::Get().CountAddresses(*aAddressCounters); in otSysCountInfraNetifAddresses()
127 const char InfraNetif::kLogModuleName[] = "InfraNetif";
129 int InfraNetif::CreateIcmp6Socket(const char *aInfraIfName) in CreateIcmp6Socket()
214 otError InfraNetif::SendIcmp6Nd(uint32_t aInfraIfIndex, in SendIcmp6Nd()
[all …]
Dinfra_if.hpp58 class InfraNetif : public Mainloop::Source, public Logger<InfraNetif>, private NonCopyable class
213 static InfraNetif &Get(void);
Dsystem.cpp80 ot::Posix::InfraNetif::Get().HandleBackboneStateChange(instance, aFlags); in processStateChange()
130 ot::Posix::InfraNetif::Get().SetInfraNetif(aInfraNetifName, aIcmp6Socket); in otSysSetInfraNetif()
147 ot::Posix::InfraNetif::Get().Init(); in platformInitRcpMode()
224 … icmp6Sock = ot::Posix::InfraNetif::CreateIcmp6Socket(aPlatformConfig->mBackboneInterfaceName); in platformSetUp()
232 ot::Posix::InfraNetif::Get().SetUp(); in platformSetUp()
300 ot::Posix::InfraNetif::Get().TearDown(); in platformTearDown()
334 ot::Posix::InfraNetif::Get().Deinit(); in platformDeinitRcpMode()