Searched defs:FindTlv (Results  1 – 5 of 5) sorted by relevance
| /external/openthread/src/core/common/ | 
| D | tlvs.cpp | 62 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
  | 
| D | tlvs.hpp | 259     template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv)  in FindTlv()  function in ot::Tlv
  | 
| /external/openthread/src/core/meshcop/ | 
| D | meshcop_tlvs.cpp | 93 const Tlv *Tlv::FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType)  in FindTlv()  function in ot::MeshCoP::Tlv
  | 
| D | meshcop_tlvs.hpp | 166     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/ | 
| D | thread_helper.cpp | 56 const Tlv *FindTlv(uint8_t aTlvType, const uint8_t *aTlvs, int aTlvsSize)  in FindTlv()  function
  |