Searched refs:otMessage (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 40 otMessage *ip_msg = (otMessage *)0xBBBB; 134 FAKE_VALUE_FUNC(otError, otIp6Send, otInstance *, otMessage *); 136 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() 142 FAKE_VALUE_FUNC(otError, otMessageAppend, otMessage *, const void *, uint16_t); 144 FAKE_VOID_FUNC(otMessageFree, otMessage *);
|
/Zephyr-latest/modules/openthread/platform/ |
D | radio.c | 534 static otMessage *openthread_ip4_new_msg(otInstance *instance, otMessageSettings *settings) in openthread_ip4_new_msg() 539 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() 546 static otMessage *openthread_ip4_new_msg(otInstance *instance, otMessageSettings *settings) in openthread_ip4_new_msg() 551 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() 562 otMessage *message; in openthread_handle_frame_to_send()
|
D | radio_spinel.cpp | 88 otMessage *message; in openthread_handle_frame_to_send()
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | openthread.c | 251 static void ot_receive_handler(otMessage *aMessage, void *context) in ot_receive_handler()
|