Home
last modified time | relevance | path

Searched refs:otMessage (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.h17 typedef int (*coap_req_handler_get)(void *ctx, otMessage *msg, const otMessageInfo *msg_info);
20 int coap_req_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info,
22 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len);
28 int coap_get_data(otMessage *msg, void *buf, int *len);
Dcoap_utils.c18 static void coap_default_handler(void *context, otMessage *message, in coap_default_handler()
34 otMessage *msg; in coap_req_send()
104 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len) in coap_resp_send()
107 otMessage *resp; in coap_resp_send()
186 int coap_req_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_req_handler()
243 int coap_get_data(otMessage *msg, void *buf, int *len) in coap_get_data()
Dled.c99 static int led_handler_get(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in led_handler_get()
120 static void led_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in led_handler()
158 static void coap_led_send_req_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_send_req_cb()
178 static void coap_led_get_state_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_get_state_cb()
Dbutton.c37 static int btn_handler_get(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in btn_handler_get()
58 static void btn_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in btn_handler()
140 static void coap_btn_get_state_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_btn_get_state_cb()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c40 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/
Dradio.c534 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()
Dradio_spinel.cpp88 otMessage *message; in openthread_handle_frame_to_send()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c252 static void ot_receive_handler(otMessage *aMessage, void *context) in ot_receive_handler()