Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp228 uint16_t labelStartIndex = 0; in AppendMultipleLabels() local
239 uint8_t labelLength = static_cast<uint8_t>(index - labelStartIndex); in AppendMultipleLabels()
255 SuccessOrExit(error = AppendLabel(&aLabels[labelStartIndex], labelLength, aMessage)); in AppendMultipleLabels()
257 labelStartIndex = index + 1; in AppendMultipleLabels()