Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd_server.hpp434 Error AppendHostAddresses(AddrType aAddrType, const HostInfo &aHostInfo);
436 …Error AppendHostAddresses(AddrType aAddrType, const Ip6::Address *aAddrs, uint16_t aAddrsLength, u…
Ddnssd_server.cpp590 Error Server::Response::AppendHostAddresses(AddrType aAddrType, const HostInfo &aHostInfo) in AppendHostAddresses() argument
592 …return AppendHostAddresses(aAddrType, AsCoreTypePtr(aHostInfo.mAddresses), aHostInfo.mAddressNum, … in AppendHostAddresses()
601 Error Server::Response::AppendHostAddresses(AddrType aAddrType, in AppendHostAddresses() argument
612 switch (aAddrType) in AppendHostAddresses()