Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.cpp1408 const char *subTypeLabel; in AppendServiceInstruction() local
1411 … for (uint16_t index = 0; (subTypeLabel = aService.GetSubTypeLabelAt(index)) != nullptr; ++index) in AppendServiceInstruction()
1415 SuccessOrExit(error = Dns::Name::AppendLabel(subTypeLabel, *aInfo.mMessage)); in AppendServiceInstruction()