Searched defs:aTlvsLength (Results 1 – 9 of 9) sorted by relevance
/openthread-2.7.6/tests/unit/ |
D | test_network_data.cpp | 70 TestNetworkData(ot::Instance *aInstance, const uint8_t *aTlvs, uint8_t aTlvsLength) in TestNetworkDataIterator() 330 void Populate(const uint8_t *aTlvs, uint8_t aTlvsLength) in TestNetworkDataDsnSrpServices()
|
/openthread-2.7.6/src/core/thread/ |
D | network_data.hpp | 407 …Tlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength, uint8_t *aTlvs, uint8_t aTlvsLength) in FindPrefix() 483 uint8_t aTlvsLength) in FindService()
|
D | network_data.cpp | 552 uint8_t aTlvsLength) in FindPrefix() 581 uint8_t aTlvsLength) in FindService()
|
D | network_data_leader_ftd.cpp | 394 Error Leader::Validate(const uint8_t *aTlvs, uint8_t aTlvsLength, uint16_t aRloc16) in Validate() 695 void Leader::RegisterNetworkData(uint16_t aRloc16, const uint8_t *aTlvs, uint8_t aTlvsLength) in RegisterNetworkData()
|
D | mle_router.cpp | 3171 uint8_t aTlvsLength, in SendChildUpdateResponse() 3245 uint8_t aTlvsLength, in SendDataResponse()
|
D | mle.cpp | 1210 Error Mle::AppendTlvRequest(Message &aMessage, const uint8_t *aTlvs, uint8_t aTlvsLength) in AppendTlvRequest() 2142 uint8_t aTlvsLength, in SendDataRequest()
|
/openthread-2.7.6/src/core/meshcop/ |
D | meshcop_tlvs.cpp | 92 const Tlv *Tlv::FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv()
|
D | meshcop_tlvs.hpp | 208 static Tlv *FindTlv(uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv() 235 template <typename TlvType> static TlvType *FindTlv(uint8_t *aTlvsStart, uint16_t aTlvsLength) in FindTlv() 250 …e <typename TlvType> static const TlvType *FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength) in FindTlv()
|
/openthread-2.7.6/src/ncp/ |
D | ncp_base_mtd.cpp | 1392 uint8_t * aTlvsLength, in DecodeOperationalDataset()
|