Searched refs:Multicast (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/src/core/api/ |
D | mdns_api.cpp | 44 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/ |
D | dnssd.cpp | 104 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 …]
|
D | mdns.hpp | 75 namespace Multicast { namespace 2043 DefineCoreType(otPlatMdnsAddressInfo, Dns::Multicast::Core::AddressInfo);
|
D | mdns.cpp | 42 namespace Multicast { namespace
|
/openthread-latest/src/core/border_router/ |
D | infra_if.cpp | 168 Get<Dns::Multicast::Core>().HandleInfraIfStateChanged(); in HandleStateChanged()
|
D | routing_manager.cpp | 99 IgnoreError(Get<Dns::Multicast::Core>().SetEnabled(false, mInfraIf.GetIfIndex())); in Init()
|
/openthread-latest/src/core/instance/ |
D | instance.hpp | 538 Dns::Multicast::Core mMdnsCore; 950 template <> inline Dns::Multicast::Core &Instance::Get(void) { return mMdnsCore; } in Get()
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 49 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/ |
D | README_BR.md | 107 Inbound Multicast: Packets 0 Bytes 0 109 Outbound Multicast: Packets 0 Bytes 0
|
D | README_HISTORY.md | 117 - Address: Multicast address. 124 | Age | Event | Multicast Address | Origin |
|
D | README.md | 201 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/ |
D | openthread.gni | 144 # Enable Multicast Listener Registration feature for Thread 1.2
|
/openthread-latest/etc/cmake/ |
D | options.cmake | 225 ot_option(OT_MLR OPENTHREAD_CONFIG_MLR_ENABLE "Multicast Listener Registration (MLR)")
|