Lines Matching refs:AppendHostAddresses
566 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()
1226 if (AppendHostAddresses(addrType, aHostInfo) != kErrorNone) in Answer()