Searched refs:aNumAddrs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_mdns.cpp | 1304 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 D | mdns.hpp | 908 … void UpdateProperty(AddressArray &aAddrProperty, const Ip6::Address *aAddrs, uint16_t aNumAddrs);
|
H A D | mdns.cpp | 573 …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()
|