Home
last modified time | relevance | path

Searched refs:Host (Results 1 – 11 of 11) sorted by relevance

/openthread-2.7.6/src/core/net/
Dsrp_server.hpp82 friend class Host;
96 class Host;
251 const Host &GetHost(void) const { return mDescription.mHost; } in GetHost()
297 static Description *New(const char *aInstanceName, Host &aHost);
299 explicit Description(Host &aHost);
309 Host & mHost;
351 class Host : public LinkedListEntry<Host>, public InstanceLocator, private NonCopyable class in ot::Srp::Server
353 friend class LinkedListEntry<Host>;
468 static Host *New(Instance &aInstance);
470 explicit Host(Instance &aInstance);
[all …]
Dsrp_server.cpp215 const Server::Host *Server::GetNextHost(const Server::Host *aHost) in GetNextHost()
222 void Server::AddHost(Host &aHost) in AddHost()
228 void Server::RemoveHost(Host *aHost, bool aRetainName, bool aNotifyServiceHandler) in RemoveHost()
265 bool Server::HasNameConflictsWith(Host &aHost) const in HasNameConflictsWith()
268 const Host *existingHost = mHosts.FindMatching(aHost.GetFullName()); in HasNameConflictsWith()
281 for (const Host &host : mHosts) in HasNameConflictsWith()
326 Host & aHost, in CommitSrpUpdate()
329 Host * existingHost; in CommitSrpUpdate()
532 Host * host = nullptr; in HandleDnsUpdate()
551 host = Host::New(GetInstance()); in HandleDnsUpdate()
[all …]
Ddnssd_server.hpp357 const Srp::Server::Host * GetNextSrpHost(const Srp::Server::Host *aHost);
358 static const Srp::Server::Service *GetNextSrpService(const Srp::Server::Host & aHost,
Ddnssd_server.cpp675 const Srp::Server::Host *host = nullptr; in ResolveQuestionBySrp()
759 const Srp::Server::Host *Server::GetNextSrpHost(const Srp::Server::Host *aHost) in GetNextSrpHost()
761 const Srp::Server::Host *host = Get<Srp::Server>().GetNextHost(aHost); in GetNextSrpHost()
771 const Srp::Server::Service *Server::GetNextSrpService(const Srp::Server::Host & aHost, in GetNextSrpService()
/openthread-2.7.6/src/core/api/
Dsrp_server_api.cpp107 return instance.Get<Srp::Server>().GetNextHost(static_cast<const Srp::Server::Host *>(aHost)); in otSrpServerGetNextHost()
112 return static_cast<const Srp::Server::Host *>(aHost)->IsDeleted(); in otSrpServerHostIsDeleted()
117 return static_cast<const Srp::Server::Host *>(aHost)->GetFullName(); in otSrpServerHostGetFullName()
122 auto host = static_cast<const Srp::Server::Host *>(aHost); in otSrpServerHostGetAddresses()
130 auto host = static_cast<const Srp::Server::Host *>(aHost); in otSrpServerHostGetNextService()
142 auto host = static_cast<const Srp::Server::Host *>(aHost); in otSrpServerHostFindNextService()
/openthread-2.7.6/tools/harness-thci/
DREADME.md3 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-2.7.6/src/cli/
DREADME_SRP_CLIENT.md98 Host info:
109 Host info:
121 Host info:
358 …ervice Description Instruction (it is required and always included in the Host Description Instruc…
DREADME.md1035 Host:host.example.com.
1040 Host:host.example.com.
/openthread-2.7.6/
Dconfigure.ac133 # Host-os-specific checks
1048 Host system : ${host}
1049 Host architecture : ${host_cpu}
1050 Host OS : ${host_os}
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/
Dconfigure.ac421 Host system : ${host}
/openthread-2.7.6/third_party/nlbuild-autotools/repo/
DREADME.md61 ## Supported Build Host Systems