Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp746 bool domainEndsWithDot = false; in IsSubDomainOf() local
758 domainEndsWithDot = true; in IsSubDomainOf()
777 if (nameEndsWithDot == domainEndsWithDot) in IsSubDomainOf()