Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c564 bool is_ip6 = PKT_IS_IPv6(pkt); in openthread_handle_frame_to_send() local
566 NET_DBG("Sending %s packet to ot stack", is_ip6 ? "IPv6" : "IPv4"); in openthread_handle_frame_to_send()
571 message = is_ip6 ? otIp6NewMessage(instance, &settings) in openthread_handle_frame_to_send()
593 error = is_ip6 ? otIp6Send(instance, message) : openthread_nat64_send(instance, message); in openthread_handle_frame_to_send()
597 is_ip6 ? "otIp6Send" : "openthread_nat64_send", error); in openthread_handle_frame_to_send()