| /openthread-latest/src/core/net/ |
| D | srp_advertising_proxy.hpp | 72 typedef Server::Host Host; ///< An SRP server host registration. typedef in ot::Srp::AdvertisingProxy 120 void Advertise(Host &aHost, const Server::MessageMetadata &aMetadata); 138 void AdvertiseRemovalOf(Host &aHost); 236 AdvInfo(Host &aHost, const Server::MessageMetadata &aMetadata, uint32_t aTimeout); 245 Host &mHost; 264 void Advertise(Host &aHost); 265 void UnregisterHostAndItsServicesAndKeys(Host &aHost); 266 bool CompareAndUpdateHostAndServices(Host &aHost, Host &aExistingHost); 267 bool CompareAndUpdateHost(Host &aHost, Host &aExistingHost); 269 void RegisterHost(Host &aHost); [all …]
|
| D | srp_server.hpp | 115 friend class Host; 166 class Host; 316 const Host &GetHost(void) const { return *mHost; } in GetHost() 386 …Error Init(const char *aInstanceName, const char *aInstanceLabel, Host &aHost, TimeMilli aUpdateTi… 402 Host *mHost; 430 class Host : public otSrpServerHost, class in ot::Srp::Server 432 public LinkedListEntry<Host>, 433 private Heap::Allocatable<Host>, 437 friend class LinkedListEntry<Host>; 438 friend class Heap::Allocatable<Host>; [all …]
|
| D | srp_advertising_proxy.cpp | 69 for (Host &host : Get<Server>().mHosts) in Start() 105 for (Host &host : Get<Server>().GetHosts()) in Stop() 163 template <> void AdvertisingProxy::UpdateAdvIdRangeOn(Host &aHost) in UpdateAdvIdRangeOn() 205 UpdateAdvIdRangeOn<Host>(*aService.mHost); in UpdateAdvIdRangeOn() 208 void AdvertisingProxy::AdvertiseRemovalOf(Host &aHost) in AdvertiseRemovalOf() 233 Host &advHost = adv.mHost; in AdvertiseRemovalOf() 329 const Host &advHost = adv.mHost; in AdvertiseRemovalOf() 364 void AdvertisingProxy::Advertise(Host &aHost, const Server::MessageMetadata &aMetadata) in Advertise() 367 Host *existingHost; in Advertise() 473 void AdvertisingProxy::Advertise(Host &aHost) in Advertise() [all …]
|
| D | srp_server.cpp | 297 const Server::Host *Server::GetNextHost(const Server::Host *aHost) in GetNextHost() 302 void Server::RemoveHost(Host *aHost, RetainName aRetainName) in RemoveHost() 348 bool Server::HasNameConflictsWith(Host &aHost) const in HasNameConflictsWith() 351 const Host *existingHost = mHosts.FindMatching(aHost.GetFullName()); in HasNameConflictsWith() 365 for (const Host &host : mHosts) in HasNameConflictsWith() 425 void Server::CommitSrpUpdate(Error aError, Host &aHost, const MessageMetadata &aMessageMetadata) in CommitSrpUpdate() 441 Host &aHost, in CommitSrpUpdate() 447 Host *existingHost = nullptr; in CommitSrpUpdate() 794 Host *host = nullptr; in ProcessDnsUpdate() 815 host = Host::Allocate(GetInstance(), aMetadata.mRxTime); in ProcessDnsUpdate() [all …]
|
| D | dnssd.hpp | 103 class Host : public otPlatDnssdHost, public Clearable<Host> ///< Host information. class in ot::Dnssd 246 void RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback); 258 void UnregisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback); 424 DefineCoreType(otPlatDnssdHost, Dnssd::Host);
|
| D | mdns.hpp | 104 typedef otMdnsHost Host; ///< Host information. typedef in ot::Dns::Multicast::Core 235 Error RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback); 255 Error UnregisterHost(const Host &aHost); 581 Error GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const; 1034 … Error Init(Instance &aInstance, const Host &aHost) { return Init(aInstance, aHost.mHostName); } in Init() 1038 bool Matches(const Host &aHost) const; 1043 void Register(const Host &aHost, const Callback &aCallback); 1045 void Unregister(const Host &aHost); 1054 Error CopyInfoTo(Host &aHost, EntryState &aState) const; 1892 Error GetNextHost(Host &aHost, EntryState &aState);
|
| D | dnssd.cpp | 164 void Dnssd::RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in RegisterHost() 186 void Dnssd::UnregisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in UnregisterHost()
|
| D | dnssd_server.hpp | 426 Error AppendHostAddresses(const Srp::Server::Host &aHost);
|
| D | mdns.cpp | 174 Error Core::RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in RegisterHost() 179 Error Core::UnregisterHost(const Host &aHost) { return Unregister<HostEntry>(aHost); } in UnregisterHost() 205 Error Core::GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const in GetNextHost() 1486 bool Core::HostEntry::Matches(const Host &aHost) const { return NameMatch(mName, aHost.mHostName); } in Matches() 1494 void Core::HostEntry::Register(const Host &aHost, const Callback &aCallback) in Register() 1539 void Core::HostEntry::Unregister(const Host &aHost) in Unregister() 1818 Error Core::HostEntry::CopyInfoTo(Host &aHost, EntryState &aState) const in CopyInfoTo() 6413 Error Core::EntryIterator::GetNextHost(Host &aHost, EntryState &aState) in GetNextHost()
|
| D | dnssd_server.cpp | 566 Error Server::Response::AppendHostAddresses(const Srp::Server::Host &aHost) in AppendHostAddresses() 769 for (const Srp::Server::Host &host : Get<Srp::Server>().GetHosts()) in ResolveBySrp()
|
| /openthread-latest/tools/harness-thci/ |
| D | README.md | 3 THCI (Thread Host Controller Interface) is an implementation of the Python abstract class template … 20 …iffer, and CC2538DK (or other hardware running OpenThread, as the reference device) to the Host PC. 40 …T (with Step 5's adapter), sniffer, and other golden devices (as reference devices) to the Host PC. 50 The above is for the serial connection mode between the DUT and the Host PC. The ssh connection mod… 52 1. Make Raspberry Pi and Host PC in the same LAN.
|
| /openthread-latest/src/cli/ |
| D | README_SRP_CLIENT.md | 100 Host info: 111 Host info: 123 Host info: 383 …ervice Description Instruction (it is required and always included in the Host Description Instruc…
|
| D | README.md | 1468 Host:host.example.com. 1479 Host:Gabes-Mac-mini.default.service.arpa.
|
| /openthread-latest/tools/harness-simulation/ |
| D | README.md | 3 THCI (Thread Host Controller Interface) is an implementation of the Python abstract class template …
|
| /openthread-latest/tests/unit/ |
| D | test_mdns.cpp | 729 void ValidateAsProbeFor(const Core::Host &aHost, bool aUnicastResponse) const in ValidateAsProbeFor() 775 void Validate(const Core::Host &aHost, Section aSection, GoodBye aIsGoodBye = kNotGoodBye) const in Validate() 1686 Core::Host host; in TestHostReg() 2485 Core::Host host; in TestUnregisterBeforeProbeFinished() 2951 Core::Host host; in TestHostOrServiceAndKeyReg() 3304 Core::Host host1; in TestQuery() 3305 Core::Host host2; in TestQuery() 4208 Core::Host host; in TestQuestionUnicastDisallowed() 4285 Core::Host host; in TestTxMessageSizeLimit() 4442 Core::Host host; in TestHostConflict() [all …]
|
| D | test_srp_server.cpp | 348 const Srp::Server::Host *host; in ValidateHost()
|
| D | test_dns_client.cpp | 305 const Srp::Server::Host *host; in ValidateHost()
|