Lines Matching refs:AppendLabel
2684 outcome = aTxMessage.AppendLabel(aSection, mServiceInstance.AsCString(), compressOffset); in AppendServiceNameTo()
2689 … outcome = aTxMessage.AppendLabel(aSection, mServiceInstance.AsCString(), mServiceNameOffset); in AppendServiceNameTo()
2708 outcome = aTxMessage.AppendLabel(aSection, kSubServiceLabel, mSubServiceTypeOffset); in AppendSubServiceTypeTo()
2721 …outcome = aTxMessage.AppendLabel(aSection, aSubType.mLabel.AsCString(), aSubType.mSubServiceNameOf… in AppendSubServiceNameTo()
3085 Core::AppendOutcome Core::TxMessage::AppendLabel(Section aSection, const char *aLabel, uint16_t &aC… in AppendLabel() function in ot::Dns::Multicast::Core::TxMessage
3129 SuccessOrAssert(Name::AppendLabel(aLabels, message)); in AppendLabels()
3167 outcome = AppendLabel(aSection, kUdpServiceLabel, mUdpOffset); in AppendServiceType()
3171 outcome = AppendLabel(aSection, kTcpServiceLabel, mTcpOffset); in AppendServiceType()
5393 … outcome = aTxMessage.AppendLabel(aSection, mSubTypeLabel.AsCString(), mSubServiceNameOffset); in AppendServiceTypeOrSubTypeTo()
5396 outcome = aTxMessage.AppendLabel(aSection, kSubServiceLabel, mSubServiceTypeOffset); in AppendServiceTypeOrSubTypeTo()
5420 SuccessOrAssert(Name::AppendLabel(aPtrEntry.mServiceInstance.AsCString(), message)); in AppendKnownAnswer()
5565 outcome = aTxMessage.AppendLabel(aSection, mServiceInstance.AsCString(), mServiceNameOffset); in AppendServiceNameTo()