Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data.hpp425 …const NetworkDataTlv *GetTlvsEnd(void) const { return reinterpret_cast<const NetworkDataTlv *>(mTl… in GetTlvsEnd() function in ot::NetworkData::NetworkData
664 NetworkDataTlv *GetTlvsEnd(void) { return AsNonConst(AsConst(this)->GetTlvsEnd()); } in GetTlvsEnd() function in ot::NetworkData::MutableNetworkData
/openthread-3.4.0/src/core/meshcop/
Ddataset.hpp895 Tlv *GetTlvsEnd(void) { return reinterpret_cast<Tlv *>(mTlvs + mLength); } in GetTlvsEnd() function in ot::MeshCoP::Dataset
905 const Tlv *GetTlvsEnd(void) const { return reinterpret_cast<const Tlv *>(mTlvs + mLength); } in GetTlvsEnd() function in ot::MeshCoP::Dataset