Searched refs:otIp6Send (Results 1 – 3 of 3) sorted by relevance
134 FAKE_VALUE_FUNC(otError, otIp6Send, otInstance *, otMessage *);849 RESET_FAKE(otIp6Send); in ZTEST()
108 if (otIp6Send(instance, message) != OT_ERROR_NONE) { in openthread_handle_frame_to_send()
593 error = is_ip6 ? otIp6Send(instance, message) : openthread_nat64_send(instance, message); in openthread_handle_frame_to_send()