Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c29 static APP_BMEM bool tcp4_handler_in_use[CONFIG_NET_SAMPLE_NUM_HANDLERS]; variable
281 tcp4_handler_in_use[slot] = true; in process_tcp()
288 INT_TO_POINTER(slot), data, &tcp4_handler_in_use[slot], in process_tcp()
388 tcp4_handler_in_use[i] = false; in start_tcp()
460 if (tcp4_handler_in_use[i] == true) { in stop_tcp()