Home
last modified time | relevance | path

Searched refs:AppendHostAddresses (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddnssd_server.hpp410 Error AppendHostAddresses(AddrType aAddrType, const HostInfo &aHostInfo);
411 Error AppendHostAddresses(const ServiceInstanceInfo &aInstanceInfo);
412 …Error AppendHostAddresses(AddrType aAddrType, const Ip6::Address *aAddrs, uint16_t aAddrsLength, u…
426 Error AppendHostAddresses(const Srp::Server::Host &aHost);
Ddnssd_server.cpp566 Error Server::Response::AppendHostAddresses(const Srp::Server::Host &aHost) in AppendHostAddresses() function in ot::Dns::ServiceDiscovery::Server::Response
575 return AppendHostAddresses(kIp6AddrType, addrs, addrsLength, ttl); in AppendHostAddresses()
579 Error Server::Response::AppendHostAddresses(AddrType aAddrType, const HostInfo &aHostInfo) in AppendHostAddresses() function in ot::Dns::ServiceDiscovery::Server::Response
581 …return AppendHostAddresses(aAddrType, AsCoreTypePtr(aHostInfo.mAddresses), aHostInfo.mAddressNum, … in AppendHostAddresses()
584 Error Server::Response::AppendHostAddresses(const ServiceInstanceInfo &aInstanceInfo) in AppendHostAddresses() function in ot::Dns::ServiceDiscovery::Server::Response
586 …return AppendHostAddresses(kIp6AddrType, AsCoreTypePtr(aInstanceInfo.mAddresses), aInstanceInfo.mA… in AppendHostAddresses()
590 Error Server::Response::AppendHostAddresses(AddrType aAddrType, in AppendHostAddresses() function in ot::Dns::ServiceDiscovery::Server::Response
781 error = AppendHostAddresses(host); in ResolveBySrp()
856 SuccessOrExit(error = AppendHostAddresses(matchedService->GetHost())); in ResolveBySrp()
1206 error = AppendHostAddresses(aInstanceInfo); in Answer()
[all …]