Home
last modified time | relevance | path

Searched defs:aTlvsLength (Results 1 – 6 of 6) 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 …e <typename TlvType> static const TlvType *FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength) in FindTlv()
/external/openthread/tests/unit/
Dtest_network_data.cpp610 void Populate(const uint8_t *aTlvs, uint8_t aTlvsLength) in TestNetworkDataDsnSrpServices()
748 void Populate(const uint8_t *aTlvs, uint8_t aTlvsLength) in TestNetworkDataDsnSrpAnycastSeqNumSelection()
/external/openthread/src/core/thread/
Dmle_router.cpp3319 uint8_t aTlvsLength, in SendChildUpdateResponse()
3401 uint8_t aTlvsLength, in SendDataResponse()
Dmle.cpp1800 uint8_t aTlvsLength, in SendDataRequest()
4592 Error Mle::TxMessage::AppendTlvRequestTlv(const uint8_t *aTlvs, uint8_t aTlvsLength) in AppendTlvRequestTlv()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp1371 uint8_t * aTlvsLength, in DecodeOperationalDataset()