Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mdns.cpp6764 AddrAndTtl host1AddrTtls[3]; in TestPassiveCache() local
6789 host1AddrTtls[0].mAddress = host1Addresses[0]; in TestPassiveCache()
6790 host1AddrTtls[1].mAddress = host1Addresses[1]; in TestPassiveCache()
6791 host1AddrTtls[2].mAddress = host1Addresses[2]; in TestPassiveCache()
6792 host1AddrTtls[0].mTtl = host1.mTtl; in TestPassiveCache()
6793 host1AddrTtls[1].mTtl = host1.mTtl; in TestPassiveCache()
6794 host1AddrTtls[2].mTtl = host1.mTtl; in TestPassiveCache()
6937 VerifyOrQuit(addrCallback->Matches(host1AddrTtls, 3)); in TestPassiveCache()