Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data.hpp425 …const NetworkDataTlv *GetTlvsEnd(void) const { return reinterpret_cast<const NetworkDataTlv *>(mTl… in GetTlvsEnd() function in ot::NetworkData::NetworkData
666 NetworkDataTlv *GetTlvsEnd(void) { return AsNonConst(AsConst(this)->GetTlvsEnd()); } in GetTlvsEnd() function in ot::NetworkData::MutableNetworkData
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Ddataset.hpp670 Tlv *GetTlvsEnd(void) { return reinterpret_cast<Tlv *>(mTlvs + mLength); } in GetTlvsEnd() function in ot::MeshCoP::Dataset
680 const Tlv *GetTlvsEnd(void) const { return reinterpret_cast<const Tlv *>(mTlvs + mLength); } in GetTlvsEnd() function in ot::MeshCoP::Dataset