Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Ddns_types.cpp1044 while ((cur = GetTxtData() + GetTxtDataPosition()) < GetTxtDataEnd()) in GetNextEntry()
1049 VerifyOrExit(cur + length <= GetTxtDataEnd(), error = kErrorParse); in GetNextEntry()
Ddns_types.hpp1235 const char *GetTxtDataEnd(void) const { return GetTxtData() + GetTxtDataLength(); } in GetTxtDataEnd() function in ot::Dns::TxtEntry::Iterator