Home
last modified time | relevance | path

Searched refs:aNumAddrs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp1304 uint32_t aNumAddrs, in SendHostAddrResponse() argument
1322 header.SetAnswerCount(aNumAddrs); in SendHostAddrResponse()
1325 header.SetAdditionalRecordCount(aNumAddrs); in SendHostAddrResponse()
1338 … Log("Sending AAAA response for %s numAddrs:%u, cach-flush:%u", aHostName, aNumAddrs, aCacheFlush); in SendHostAddrResponse()
1340 for (uint32_t index = 0; index < aNumAddrs; index++) in SendHostAddrResponse()
4675 bool Matches(const AddrAndTtl *aAddrAndTtls, uint16_t aNumAddrs) const in Matches()
4679 VerifyOrExit(aNumAddrs == mNumAddrs, matches = false); in Matches()
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp908 … void UpdateProperty(AddressArray &aAddrProperty, const Ip6::Address *aAddrs, uint16_t aNumAddrs);
H A Dmdns.cpp573 …rdInfo::UpdateProperty(AddressArray &aAddrProperty, const Ip6::Address *aAddrs, uint16_t aNumAddrs) in UpdateProperty() argument
575 if (!mIsPresent || !aAddrProperty.Matches(aAddrs, aNumAddrs)) in UpdateProperty()
578 aAddrProperty.SetFrom(aAddrs, aNumAddrs); in UpdateProperty()