Home
last modified time | relevance | path

Searched refs:Multicast (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/core/api/
Dmdns_api.cpp44 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetEnabled(aEnable, aInfraIfIndex); in otMdnsSetEnabled()
47 bool otMdnsIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Dns::Multicast::Core… in otMdnsIsEnabled()
51 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetQuestionUnicastAllowed(aAllow); in otMdnsSetQuestionUnicastAllowed()
56 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().IsQuestionUnicastAllowed(); in otMdnsIsQuestionUnicastAllowed()
61 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetConflictCallback(aCallback); in otMdnsSetConflictCallback()
71 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterHost(*aHost, aRequestId, aCallbac… in otMdnsRegisterHost()
78 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().UnregisterHost(*aHost); in otMdnsUnregisterHost()
88 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterService(*aService, aRequestId, aC… in otMdnsRegisterService()
95 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().UnregisterService(*aService); in otMdnsUnregisterService()
105 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterKey(*aKey, aRequestId, aCallback); in otMdnsRegisterKey()
[all …]
/openthread-latest/src/core/net/
Ddnssd.cpp104 state = Get<Dns::Multicast::Core>().IsEnabled() ? kReady : kStopped; in GetState()
127 IgnoreError(Get<Dns::Multicast::Core>().RegisterService(aService, aRequestId, aCallback)); in RegisterService()
149 IgnoreError(Get<Dns::Multicast::Core>().UnregisterService(aService)); in UnregisterService()
173 IgnoreError(Get<Dns::Multicast::Core>().RegisterHost(aHost, aRequestId, aCallback)); in RegisterHost()
195 IgnoreError(Get<Dns::Multicast::Core>().UnregisterHost(aHost)); in UnregisterHost()
219 IgnoreError(Get<Dns::Multicast::Core>().RegisterKey(aKey, aRequestId, aCallback)); in RegisterKey()
241 IgnoreError(Get<Dns::Multicast::Core>().UnregisterKey(aKey)); in UnregisterKey()
265 IgnoreError(Get<Dns::Multicast::Core>().StartBrowser(aBrowser)); in StartBrowser()
287 IgnoreError(Get<Dns::Multicast::Core>().StopBrowser(aBrowser)); in StopBrowser()
309 IgnoreError(Get<Dns::Multicast::Core>().StartSrvResolver(aResolver)); in StartSrvResolver()
[all …]
Dmdns.hpp75 namespace Multicast { namespace
2043 DefineCoreType(otPlatMdnsAddressInfo, Dns::Multicast::Core::AddressInfo);
Dmdns.cpp42 namespace Multicast { namespace
/openthread-latest/src/core/border_router/
Dinfra_if.cpp168 Get<Dns::Multicast::Core>().HandleInfraIfStateChanged(); in HandleStateChanged()
Drouting_manager.cpp99 IgnoreError(Get<Dns::Multicast::Core>().SetEnabled(false, mInfraIf.GetIfIndex())); in Init()
/openthread-latest/src/core/instance/
Dinstance.hpp538 Dns::Multicast::Core mMdnsCore;
950 template <> inline Dns::Multicast::Core &Instance::Get(void) { return mMdnsCore; } in Get()
/openthread-latest/tests/unit/
Dtest_mdns.cpp49 namespace Multicast { namespace
7271 ot::Dns::Multicast::TestHostReg(); in main()
7272 ot::Dns::Multicast::TestKeyReg(); in main()
7273 ot::Dns::Multicast::TestServiceReg(); in main()
7274 ot::Dns::Multicast::TestUnregisterBeforeProbeFinished(); in main()
7275 ot::Dns::Multicast::TestServiceSubTypeReg(); in main()
7276 ot::Dns::Multicast::TestHostOrServiceAndKeyReg(); in main()
7277 ot::Dns::Multicast::TestQuery(); in main()
7278 ot::Dns::Multicast::TestMultiPacket(); in main()
7279 ot::Dns::Multicast::TestResponseAggregation(); in main()
[all …]
/openthread-latest/src/cli/
DREADME_BR.md107 Inbound Multicast: Packets 0 Bytes 0
109 Outbound Multicast: Packets 0 Bytes 0
DREADME_HISTORY.md117 - Address: Multicast address.
124 | Age | Event | Multicast Address | Origin |
DREADME.md201 Show the Multicast Listeners.
214 Add a Multicast Listener with a given IPv6 multicast address and timeout (in seconds).
231 Removes all the Multicast Listeners.
1104 Inbound Multicast: Packets 0 Bytes 0
1106 Outbound Multicast: Packets 0 Bytes 0
2457 Register Multicast Listeners to Primary Backbone Router, with an optional `timeout` (in seconds).
2461 Use `timeout = 0` to deregister Multicast Listeners.
/openthread-latest/etc/gn/
Dopenthread.gni144 # Enable Multicast Listener Registration feature for Thread 1.2
/openthread-latest/etc/cmake/
Doptions.cmake225 ot_option(OT_MLR OPENTHREAD_CONFIG_MLR_ENABLE "Multicast Listener Registration (MLR)")