Home
last modified time | relevance | path

Searched refs:PrependBytes (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/src/core/common/
Dmessage.hpp604 Error PrependBytes(const void *aBuf, uint16_t aLength);
623 return PrependBytes(&aObject, sizeof(ObjectType)); in Prepend()
Dmessage.cpp437 Error Message::PrependBytes(const void *aBuf, uint16_t aLength) in PrependBytes() function in ot::Message
543 SuccessOrExit(error = PrependBytes(nullptr, aLength)); in InsertHeader()
/openthread-3.6.0/src/core/net/
Dip6.cpp191 SuccessOrExit(error = aMessage.PrependBytes(&padOption, padOption.GetSize())); in AddMplOption()
194 SuccessOrExit(error = aMessage.PrependBytes(&mplOption, mplOption.GetSize())); in AddMplOption()