Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/platform/
Dmessagepool.h60 typedef struct otMessageBuffer struct
62 struct otMessageBuffer *mNext; ///< Pointer to the next buffer. argument
63 } otMessageBuffer; typedef
89 otMessageBuffer *otPlatMessagePoolNew(otInstance *aInstance);
100 void otPlatMessagePoolFree(otInstance *aInstance, otMessageBuffer *aBuffer);
/openthread-2.7.6/src/core/common/
Dmessage.hpp206 class Buffer : public otMessageBuffer, public LinkedListEntry<Buffer>
285 static constexpr uint16_t kBufferDataSize = kBufferSize - sizeof(otMessageBuffer);