Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/net/
Ddns_types.cpp971 keyLength = StringLength(mKey, static_cast<uint16_t>(kMaxKeyValueEncodedSize) + 1); in AppendTo()
985 …VerifyOrExit(mValueLength + keyLength + sizeof(char) <= kMaxKeyValueEncodedSize, error = kErrorInv… in AppendTo()
Ddns_types.hpp1164 static constexpr uint8_t kMaxKeyValueEncodedSize = 255; member in ot::Dns::TxtEntry