Searched refs:aCompressOffset (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/net/ |
D | mdns.hpp | 1233 AppendOutcome AppendLabel(Section aSection, const char *aLabel, uint16_t &aCompressOffset); 1234 …pendOutcome AppendMultipleLabels(Section aSection, const char *aLabels, uint16_t &aCompressOffset); 1235 … AppendServiceType(Section aSection, const char *aServiceType, uint16_t &aCompressOffset); 1254 uint16_t &aCompressOffset); 1257 … static void SaveOffset(uint16_t &aCompressOffset, const Message &aMessage, Section aSection);
|
D | mdns.cpp | 3085 …tcome Core::TxMessage::AppendLabel(Section aSection, const char *aLabel, uint16_t &aCompressOffset) in AppendLabel() argument 3087 return AppendLabels(aSection, aLabel, kIsSingleLabel, aCompressOffset); in AppendLabel() 3092 uint16_t &aCompressOffset) in AppendMultipleLabels() argument 3094 return AppendLabels(aSection, aLabels, !kIsSingleLabel, aCompressOffset); in AppendMultipleLabels() 3100 uint16_t &aCompressOffset) in AppendLabels() argument 3118 if (aCompressOffset != kUnspecifiedOffset) in AppendLabels() 3120 SuccessOrAssert(Name::AppendPointerLabel(aCompressOffset, message)); in AppendLabels() 3125 SaveOffset(aCompressOffset, message, aSection); in AppendLabels() 3140 …TxMessage::AppendServiceType(Section aSection, const char *aServiceType, uint16_t &aCompressOffset) in AppendServiceType() argument 3162 outcome = AppendMultipleLabels(aSection, serviceLabels, aCompressOffset); in AppendServiceType() [all …]
|