Home
last modified time | relevance | path

Searched defs:FindTlv (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/common/
Dtlvs.cpp62 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv() function in ot::Tlv
227 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, void *aValue, uint8_t aLength) in FindTlv() function in ot::Tlv
Dtlvs.hpp259 template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv) in FindTlv() function in ot::Tlv
/external/openthread/src/core/meshcop/
Dmeshcop_tlvs.cpp93 const Tlv *Tlv::FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv() function in ot::MeshCoP::Tlv
Dmeshcop_tlvs.hpp166 static Error FindTlv(const Message &aMessage, Type aType, uint16_t aMaxLength, Tlv &aTlv) in FindTlv() function in ot::MeshCoP::Tlv
186 template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv) in FindTlv() function in ot::MeshCoP::Tlv
211 static Tlv *FindTlv(uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv() function in ot::MeshCoP::Tlv
238 template <typename TlvType> static TlvType *FindTlv(uint8_t *aTlvsStart, uint16_t aTlvsLength) in FindTlv() function in ot::MeshCoP::Tlv
253 …template <typename TlvType> static const TlvType *FindTlv(const uint8_t *aTlvsStart, uint16_t aTlv… in FindTlv() function in ot::MeshCoP::Tlv
/external/ot-br-posix/src/utils/
Dthread_helper.cpp56 const Tlv *FindTlv(uint8_t aTlvType, const uint8_t *aTlvs, int aTlvsSize) in FindTlv() function