Home
last modified time | relevance | path

Searched refs:GetIfIndex (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/border_router/
Dinfra_if.hpp108 uint32_t GetIfIndex(void) const { return mIfIndex; } in GetIfIndex() function in ot::BorderRouter::InfraIf
Drouting_manager.cpp94 else if (aInfraIfIndex != mInfraIf.GetIfIndex()) in Init()
96 …LogInfo("Reinitializing - InfraIfIndex:%lu -> %lu", ToUlong(mInfraIf.GetIfIndex()), ToUlong(aInfra… in Init()
99 IgnoreError(Get<Dns::Multicast::Core>().SetEnabled(false, mInfraIf.GetIfIndex())); in Init()
105 error = mInfraIf.HandleStateChanged(mInfraIf.GetIfIndex(), aInfraIfIsRunning); in Init()
/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp954 hostInfo.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in RegisterHost()
980 hostInfo.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in UnregisterHost()
1028 serviceInfo.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in RegisterService()
1059 serviceInfo.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in UnregisterService()
1115 keyInfo.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in RegisterKey()
1155 keyInfo.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in UnregisterKey()
Ddnssd_server.cpp1685 browser.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in StartOrStopBrowser()
1716 resolver.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in StartOrStopSrvResolver()
1747 resolver.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in StartOrStopTxtResolver()
1771 resolver.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in StartOrStopIp6Resolver()
1795 resolver.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in StartOrStopIp4Resolver()
1879 VerifyOrExit(aResult.mInfraIfIndex == Get<BorderRouter::InfraIf>().GetIfIndex()); in HandleBrowseResult()
1907 VerifyOrExit(aResult.mInfraIfIndex == Get<BorderRouter::InfraIf>().GetIfIndex()); in HandleSrvResult()
1927 VerifyOrExit(aResult.mInfraIfIndex == Get<BorderRouter::InfraIf>().GetIfIndex()); in HandleTxtResult()
1947 VerifyOrExit(aResult.mInfraIfIndex == Get<BorderRouter::InfraIf>().GetIfIndex()); in HandleIp6AddressResult()
1986 VerifyOrExit(aResult.mInfraIfIndex == Get<BorderRouter::InfraIf>().GetIfIndex()); in HandleIp4AddressResult()
Dmdns.cpp129 …r(SetEnabled(Get<BorderRouter::InfraIf>().IsRunning(), Get<BorderRouter::InfraIf>().GetIfIndex())); in HandleInfraIfStateChanged()