Home
last modified time | relevance | path

Searched refs:GetNetifIndex (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/posix/platform/
Dinfra_if.hpp189 uint32_t GetNetifIndex(void) const { return mInfraIfIndex; } in GetNetifIndex() function in ot::Posix::InfraNetif
Dinfra_if.cpp115 uint32_t otSysGetInfraNetifIndex(void) { return ot::Posix::InfraNetif::Get().GetNetifIndex(); } in otSysGetInfraNetifIndex()