Home
last modified time | relevance | path

Searched refs:otIp6Send (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c134 FAKE_VALUE_FUNC(otError, otIp6Send, otInstance *, otMessage *);
849 RESET_FAKE(otIp6Send); in ZTEST()
/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp108 if (otIp6Send(instance, message) != OT_ERROR_NONE) { in openthread_handle_frame_to_send()
Dradio.c593 error = is_ip6 ? otIp6Send(instance, message) : openthread_nat64_send(instance, message); in openthread_handle_frame_to_send()