Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c36 static APP_BMEM bool tcp6_handler_in_use[CONFIG_NET_SAMPLE_NUM_HANDLERS]; variable
257 tcp6_handler_in_use[slot] = true; in process_tcp()
264 INT_TO_POINTER(slot), data, &tcp6_handler_in_use[slot], in process_tcp()
391 tcp6_handler_in_use[i] = false; in start_tcp()
442 if (tcp6_handler_in_use[i] == true) { in stop_tcp()