Searched refs:stock_fd (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_pcbatest_server.c | 723 static int tcp_command_send(int stock_fd, PCBA_COMMAND_PARA *cmd_paras, char *status, in tcp_command_send() argument 737 send_num = send(stock_fd, send_buf, sizeof(send_buf), 0); in tcp_command_send() 810 static int tcp_command_process(int stock_fd, int err_code, PCBA_COMMAND_PARA *cmd_paras) in tcp_command_process() argument 866 ret = tcp_command_send(stock_fd, cmd_paras, status, msg, result, err_code); in tcp_command_process() 892 static void tcp_client_process(int stock_fd) in tcp_client_process() argument 903 recv_num = recv(stock_fd, recv_buf, sizeof(recv_buf), 0); in tcp_client_process() 919 proc_ret = tcp_command_process(stock_fd, parse_ret, cmd_paras); in tcp_client_process() 930 close(stock_fd); in tcp_client_process()
|