Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dmessage.hpp656 Error PrependBytes(const void *aBuf, uint16_t aLength);
674 return PrependBytes(&aObject, sizeof(ObjectType)); in Prepend()
Dmessage.cpp417 Error Message::PrependBytes(const void *aBuf, uint16_t aLength) in PrependBytes() function in ot::Message
523 SuccessOrExit(error = PrependBytes(nullptr, aLength)); in InsertHeader()
/openthread-latest/src/core/net/
Dip6.cpp176 SuccessOrExit(error = aMessage.PrependBytes(&padOption, padOption.GetSize())); in AddMplOption()
179 SuccessOrExit(error = aMessage.PrependBytes(&mplOption, mplOption.GetSize())); in AddMplOption()