Home
last modified time | relevance | path

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

/openthread-3.7.0/include/openthread/platform/
Dtrel.h122 uint16_t mTxtLength; ///< Number of bytes in @p mTxtData buffer. member
/openthread-3.7.0/include/openthread/
Ddnssd_server.h122 uint16_t mTxtLength; ///< Service TXT RDATA length. member
/openthread-3.7.0/src/core/radio/
Dtrel_interface.hpp144 uint16_t GetTxtLength(void) const { return mTxtLength; } in GetTxtLength()
/openthread-3.7.0/examples/platforms/simulation/
Dtrel.c200 peerInfo.mTxtLength = (uint8_t)(aMessage->mDataLength); in processMessage()
/openthread-3.7.0/src/core/net/
Ddnssd_server.cpp615 return AppendTxtRecord(aInstanceInfo.mTxtData, aInstanceInfo.mTxtLength, aInstanceInfo.mTtl); in AppendTxtRecord()