Home
last modified time | relevance | path

Searched refs:ip_tcp_server_start (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_general.c1417 static hi_u32 ip_tcp_server_start(hi_u16 local_port) in ip_tcp_server_start() function
1430 printf("{ip_tcp_server_start: creat socket failed}\r\n"); in ip_tcp_server_start()
1441 printf("{ip_tcp_server_start:bind failed, return is %d}\r\n", ret); in ip_tcp_server_start()
1451 printf("{ip_tcp_server_start:listen failed, return is %d\n}", ret); in ip_tcp_server_start()
1460 printf("{ip_tcp_server_start:ip_creat_ip_task fail}\r\n"); in ip_tcp_server_start()
1494 if (ip_tcp_server_start(local_port) != HI_ERR_SUCCESS) { in at_ip_tcp_server()

Completed in 3 milliseconds