Searched defs:GetTlvsEnd (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/openthread/src/core/thread/ | ||
H A D | network_data.hpp | 425 …const NetworkDataTlv *GetTlvsEnd(void) const { return reinterpret_cast<const NetworkDataTlv *>(mTl… in GetTlvsEnd() function in ot::NetworkData::NetworkData |
/aosp_15_r20/external/openthread/src/core/meshcop/ | ||
H A D | dataset.hpp | 670 Tlv *GetTlvsEnd(void) { return reinterpret_cast<Tlv *>(mTlvs + mLength); } in GetTlvsEnd() function in ot::MeshCoP::Dataset |