Searched refs:openthread_nat64_send (Results 1 – 1 of 1) sorted by relevance
539 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() function551 static otError openthread_nat64_send(otInstance *instance, otMessage *message) in openthread_nat64_send() function593 error = is_ip6 ? otIp6Send(instance, message) : openthread_nat64_send(instance, message); in openthread_handle_frame_to_send()