Searched defs:FindTlv (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | tlvs.cpp | 59 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv() function in ot::Tlv 66 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv, uint16_t &… in FindTlv() function in ot::Tlv 241 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, void *aValue, uint16_t aLength) in FindTlv() function in ot::Tlv 298 const Tlv *Tlv::FindTlv(const void *aTlvsStart, uint16_t aTlvsLength, uint8_t aType) in FindTlv() function in ot::Tlv
|
H A D | tlvs.hpp | 433 template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv) in FindTlv() function in ot::Tlv 453 …template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv, uint16_t … in FindTlv() function in ot::Tlv 701 static Tlv *FindTlv(void *aTlvsStart, uint16_t aTlvsLength, uint8_t aType) in FindTlv() function in ot::Tlv
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | dataset.cpp | 230 const Tlv *Dataset::FindTlv(Tlv::Type aType) const { return As<Tlv>(Tlv::FindTlv(mTlvs, mLength, aT… in FindTlv() function in ot::MeshCoP::Dataset
|
H A D | dataset.hpp | 316 Tlv *FindTlv(Tlv::Type aType) { return AsNonConst(AsConst(this)->FindTlv(aType)); } in FindTlv() function in ot::MeshCoP::Dataset
|
/aosp_15_r20/external/ot-br-posix/src/utils/ |
H A D | thread_helper.cpp | 77 const Tlv *FindTlv(uint8_t aTlvType, const uint8_t *aTlvs, int aTlvsSize) in FindTlv() function
|