Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c539 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() function
551 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() function
593 error = is_ip6 ? otIp6Send(instance, message) : openthread_nat64_send(instance, message); in openthread_handle_frame_to_send()