Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_dns.cpp150 static const char kBadName[] = "bad.name"; in TestDnsName() local
445 VerifyOrQuit(Dns::Name::CompareName(*message, offset, kBadName) == kErrorNotFound, in TestDnsName()
638 static const char kBadName[] = "bad.name"; in TestDnsCompressedName() local
762 VerifyOrQuit(Dns::Name::CompareMultipleLabels(*message, offset, kBadName) == kErrorNotFound); in TestDnsCompressedName()
779 VerifyOrQuit(Dns::Name::CompareName(*message, offset, kBadName) == kErrorNotFound, in TestDnsCompressedName()
843 VerifyOrQuit(Dns::Name::CompareMultipleLabels(*message, offset, kBadName) == kErrorNotFound); in TestDnsCompressedName()
867 VerifyOrQuit(Dns::Name::CompareName(*message, offset, kBadName) == kErrorNotFound, in TestDnsCompressedName()
935 VerifyOrQuit(Dns::Name::CompareName(*message, offset, kBadName) == kErrorNotFound, in TestDnsCompressedName()