Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c76 static APP_BMEM bool need_restart; variable
226 need_restart = true; in check_our_ipv6_sockets()
291 if (need_restart) { in ipv6_event_handler()
412 if (need_restart) { in start_client()
415 need_restart = false; in start_client()
430 if (need_restart) { in start_client()
434 } while (need_restart); in start_client()