Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c35 static struct k_thread tcp6_handler_thread[CONFIG_NET_SAMPLE_NUM_HANDLERS]; variable
260 &tcp6_handler_thread[slot], in process_tcp()
274 k_thread_name_set(&tcp6_handler_thread[slot], name); in process_tcp()
400 k_thread_access_grant(tcp6_thread_id, &tcp6_handler_thread[i]); in start_tcp()
443 k_thread_abort(&tcp6_handler_thread[i]); in stop_tcp()
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c71 static struct k_thread tcp6_handler_thread[CONFIG_NET_SAMPLE_NUM_HANDLERS]; variable
294 &tcp6_handler_thread[slot], in process_tcp()