Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mdns.cpp6765 AddrAndTtl host2AddrTtls[2]; in TestPassiveCache() local
6803 host2AddrTtls[0].mAddress = host2Addresses[0]; in TestPassiveCache()
6804 host2AddrTtls[1].mAddress = host2Addresses[1]; in TestPassiveCache()
6805 host2AddrTtls[0].mTtl = host2.mTtl; in TestPassiveCache()
6806 host2AddrTtls[1].mTtl = host2.mTtl; in TestPassiveCache()
7074 VerifyOrQuit(addrCallback->Matches(host2AddrTtls, 2)); in TestPassiveCache()