Home
last modified time | relevance | path

Searched refs:aTlvList (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/thread/
Dmle_router.hpp678 const TlvList &aTlvList,
681 const TlvList &aTlvList,
Dmle.hpp998 void AddElementsFrom(const TlvList &aTlvList);
1066 Error ReadTlvRequestTlv(TlvList &aTlvList) const;
1254 Error SendChildUpdateResponse(const TlvList &aTlvList,
Dmle.cpp2122 Error Mle::SendChildUpdateResponse(const TlvList &aTlvList, in SendChildUpdateResponse() argument
2134 for (uint8_t tlvType : aTlvList) in SendChildUpdateResponse()
4434 void Mle::TlvList::AddElementsFrom(const TlvList &aTlvList) in AddElementsFrom() argument
4436 for (uint8_t tlvType : aTlvList) in AddElementsFrom()
5044 Error Mle::RxMessage::ReadTlvRequestTlv(TlvList &aTlvList) const in ReadTlvRequestTlv()
5052 if (length > aTlvList.GetMaxSize()) in ReadTlvRequestTlv()
5054 length = aTlvList.GetMaxSize(); in ReadTlvRequestTlv()
5057 ReadBytes(offset, aTlvList.GetArrayBuffer(), length); in ReadTlvRequestTlv()
5058 aTlvList.SetLength(static_cast<uint8_t>(length)); in ReadTlvRequestTlv()
Dmle_router.cpp2987 const TlvList &aTlvList, in SendChildUpdateResponse() argument
2995 for (uint8_t tlvType : aTlvList) in SendChildUpdateResponse()
3085 const TlvList &aTlvList, in SendDataResponse() argument
3107 for (uint8_t tlvType : aTlvList) in SendDataResponse()