Lines Matching refs:otMessage
57 typedef struct otMessage otMessage; typedef
121 void otMessageFree(otMessage *aMessage);
139 uint16_t otMessageGetLength(const otMessage *aMessage);
158 otError otMessageSetLength(otMessage *aMessage, uint16_t aLength);
175 uint16_t otMessageGetOffset(const otMessage *aMessage);
191 void otMessageSetOffset(otMessage *aMessage, uint16_t aOffset);
201 bool otMessageIsLinkSecurityEnabled(const otMessage *aMessage);
211 bool otMessageIsLoopbackToHostAllowed(const otMessage *aMessage);
219 void otMessageSetLoopbackToHostAllowed(otMessage *aMessage, bool aAllowLoopbackToHost);
231 bool otMessageIsMulticastLoopEnabled(otMessage *aMessage);
239 void otMessageSetMulticastLoopEnabled(otMessage *aMessage, bool aEnabled);
248 otMessageOrigin otMessageGetOrigin(const otMessage *aMessage);
256 void otMessageSetOrigin(otMessage *aMessage, otMessageOrigin aOrigin);
266 void otMessageSetDirectTransmission(otMessage *aMessage, bool aEnabled);
275 int8_t otMessageGetRss(const otMessage *aMessage);
286 otError otMessageGetThreadLinkInfo(const otMessage *aMessage, otThreadLinkInfo *aLinkInfo);
306 otError otMessageAppend(otMessage *aMessage, const void *aBuf, uint16_t aLength);
326 uint16_t otMessageRead(const otMessage *aMessage, uint16_t aOffset, void *aBuf, uint16_t aLength);
346 int otMessageWrite(otMessage *aMessage, uint16_t aOffset, const void *aBuf, uint16_t aLength);
407 void otMessageQueueEnqueue(otMessageQueue *aQueue, otMessage *aMessage);
415 void otMessageQueueEnqueueAtHead(otMessageQueue *aQueue, otMessage *aMessage);
423 void otMessageQueueDequeue(otMessageQueue *aQueue, otMessage *aMessage);
432 otMessage *otMessageQueueGetHead(otMessageQueue *aQueue);
443 otMessage *otMessageQueueGetNext(otMessageQueue *aQueue, const otMessage *aMessage);