Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data.hpp417 …const NetworkDataTlv *GetTlvsStart(void) const { return reinterpret_cast<const NetworkDataTlv *>(m… in GetTlvsStart() function in ot::NetworkData::NetworkData
654 NetworkDataTlv *GetTlvsStart(void) { return AsNonConst(AsConst(this)->GetTlvsStart()); } in GetTlvsStart() function in ot::NetworkData::MutableNetworkData
/openthread-3.4.0/src/core/meshcop/
Ddataset.hpp877 Tlv *GetTlvsStart(void) { return reinterpret_cast<Tlv *>(mTlvs); } in GetTlvsStart() function in ot::MeshCoP::Dataset
885 const Tlv *GetTlvsStart(void) const { return reinterpret_cast<const Tlv *>(mTlvs); } in GetTlvsStart() function in ot::MeshCoP::Dataset