Searched refs:ReadUintTlv (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/common/ |
D | tlvs.cpp | 180 template <typename UintType> Error Tlv::ReadUintTlv(const Message &aMessage, uint16_t aOffset, Uint… in ReadUintTlv() function in ot::Tlv 192 template Error Tlv::ReadUintTlv<uint8_t>(const Message &aMessage, uint16_t aOffset, uint8_t &aValue… 193 template Error Tlv::ReadUintTlv<uint16_t>(const Message &aMessage, uint16_t aOffset, uint16_t &aVal… 194 template Error Tlv::ReadUintTlv<uint32_t>(const Message &aMessage, uint16_t aOffset, uint32_t &aVal… 230 error = ReadUintTlv<UintType>(aMessage, info.mTlvOffsetRange.GetOffset(), aValue); in FindUintTlv()
|
D | tlvs.hpp | 339 return ReadUintTlv(aMessage, aOffset, aValue); in Read() 702 …template <typename UintType> static Error ReadUintTlv(const Message &aMessage, uint16_t aOffset, U…
|