Home
last modified time | relevance | path

Searched defs:aTlvsLength (Results 1 – 9 of 9) sorted by relevance

/openthread-2.7.6/tests/unit/
Dtest_network_data.cpp70 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/
Dnetwork_data.hpp407 …Tlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength, uint8_t *aTlvs, uint8_t aTlvsLength) in FindPrefix()
483 uint8_t aTlvsLength) in FindService()
Dnetwork_data.cpp552 uint8_t aTlvsLength) in FindPrefix()
581 uint8_t aTlvsLength) in FindService()
Dnetwork_data_leader_ftd.cpp394 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()
Dmle_router.cpp3171 uint8_t aTlvsLength, in SendChildUpdateResponse()
3245 uint8_t aTlvsLength, in SendDataResponse()
Dmle.cpp1210 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/
Dmeshcop_tlvs.cpp92 const Tlv *Tlv::FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv()
Dmeshcop_tlvs.hpp208 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/
Dncp_base_mtd.cpp1392 uint8_t * aTlvsLength, in DecodeOperationalDataset()