Home
last modified time | relevance | path

Searched refs:otMessageAppend (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.c71 err = otMessageAppend(msg, buf, len); in coap_req_send()
165 err = otMessageAppend(resp, buf, len); in coap_resp_send()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c142 FAKE_VALUE_FUNC(otError, otMessageAppend, otMessage *, const void *, uint16_t);
858 RESET_FAKE(otMessageAppend); in ZTEST()
880 RESET_FAKE(otMessageAppend); in ZTEST()
/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp101 if (otMessageAppend(message, buf->data, buf->len) != OT_ERROR_NONE) { in openthread_handle_frame_to_send()
Dradio.c586 if (otMessageAppend(message, buf->data, buf->len) != OT_ERROR_NONE) { in openthread_handle_frame_to_send()