Home
last modified time | relevance | path

Searched defs:aTlvsStart (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/meshcop/
Dmeshcop_tlvs.cpp93 const Tlv *Tlv::FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv()
Dmeshcop_tlvs.hpp211 static Tlv *FindTlv(uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv()
238 template <typename TlvType> static TlvType *FindTlv(uint8_t *aTlvsStart, uint16_t aTlvsLength) in FindTlv()
253 …template <typename TlvType> static const TlvType *FindTlv(const uint8_t *aTlvsStart, uint16_t aTlv… in FindTlv()