Home
last modified time | relevance | path

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

/device/board/talkweb/niobe407/applications/301_network_tcpclient/
DREADME_zh.md104 attr.name = "tcp_client";
111 tcp_client_id = osThreadNew((osThreadFunc_t)tcp_client, NULL, &attr);
114 printf("Failed to create tcp_client thread!\n");
126 ### void tcp_client(void *thread_param)
136 void tcp_client(void *thread_param)
143 printf("start tcp_client test\r\n");
210 "hello,this is device tcp_client test!"
216 start tcp_client test
219 recv:hello,this is device tcp_client test!
221 recv:hello,this is device tcp_client test!
[all …]
Dtcp_client.c25 void tcp_client(void *thread_param) in tcp_client() function
83 tcp_client_id = osThreadNew((osThreadFunc_t)tcp_client, NULL, &attr); in eth_enable_state_callBack()
DBUILD.gn21 sources = [ "tcp_client.c" ]
/device/board/talkweb/niobe407/liteos_m/lwip_adapter/
DREADME.md81 attr.name = "tcp_client";
88 tcp_client_id = osThreadNew((osThreadFunc_t)tcp_client, NULL, &attr);
91 printf("Failed to create tcp_client thread!\n");