Home
last modified time | relevance | path

Searched refs:otMessageBuffer (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/include/openthread/platform/
Dmessagepool.h58 typedef struct otMessageBuffer struct
60 struct otMessageBuffer *mNext; ///< Pointer to the next buffer. argument
61 } otMessageBuffer; typedef
85 otMessageBuffer *otPlatMessagePoolNew(otInstance *aInstance);
95 void otPlatMessagePoolFree(otInstance *aInstance, otMessageBuffer *aBuffer);
/openthread-latest/src/core/common/
Dmessage.hpp162 class Buffer : public otMessageBuffer, public LinkedListEntry<Buffer>
240 …static_assert(kBufferSize > sizeof(Metadata) + sizeof(otMessageBuffer), "Metadata does not fit in …
242 static constexpr uint16_t kBufferDataSize = kBufferSize - sizeof(otMessageBuffer);
1901 DefineCoreType(otMessageBuffer, Buffer);