Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
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()
4827 bool Matches(const AddrAndTtl *aAddrAndTtls, uint16_t aNumAddrs) const in Matches()
4831 VerifyOrExit(aNumAddrs == mNumAddrs, matches = false); in Matches()
/openthread-latest/src/core/net/
Dmdns.hpp875 … void UpdateProperty(AddressArray &aAddrProperty, const Ip6::Address *aAddrs, uint16_t aNumAddrs);
Dmdns.cpp593 …rdInfo::UpdateProperty(AddressArray &aAddrProperty, const Ip6::Address *aAddrs, uint16_t aNumAddrs) in UpdateProperty() argument
595 if (!mIsPresent || !aAddrProperty.Matches(aAddrs, aNumAddrs)) in UpdateProperty()
598 aAddrProperty.SetFrom(aAddrs, aNumAddrs); in UpdateProperty()