Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_ip_address.cpp832 Ip6::Address expectedAddress; in TestIp4Ip6Translation() local
837 SuccessOrQuit(expectedAddress.FromString(testCase.mIp6Address)); in TestIp4Ip6Translation()
843 expectedAddress.ToString().AsCString()); in TestIp4Ip6Translation()
845 VerifyOrQuit(address == expectedAddress, "Ip6::SynthesizeFromIp4Address() failed"); in TestIp4Ip6Translation()
850 const Ip4::Address expectedAddress = ip4Address; in TestIp4Ip6Translation() local
859 address.ToString().AsCString(), expectedAddress.ToString().AsCString()); in TestIp4Ip6Translation()
861 VerifyOrQuit(address == expectedAddress, "Ip4::ExtractFromIp6Address() failed"); in TestIp4Ip6Translation()