ot::Dns::Name::kMaxLabelSize variable
Max size (number of chars) in a label string array (includes null char at the end of the string).
![]()
labelLength = static_cast<uint8_t>(Min(static_cast<uint16_t>(kMaxLabelSize), aNameBufferSize));
ot::Dns::Name::kMaxLabelSize is read by 2 functions:
![]()
ot::Dns::Name::kMaxLabelSize