Searched refs:cmd_paras (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_pcbatest_server.c | 635 static void tcp_command_fill(PCBA_COMMAND_PARA *cmd_paras, char *status, char *msg, in tcp_command_fill() argument 642 PCBA_SINGLE_PARA *recv_paras = cmd_paras->recv_paras; in tcp_command_fill() 643 PCBA_SINGLE_PARA *send_paras = cmd_paras->send_paras; in tcp_command_fill() 723 static int tcp_command_send(int stock_fd, PCBA_COMMAND_PARA *cmd_paras, char *status, in tcp_command_send() argument 730 tcp_command_fill(cmd_paras, status, msg, result, err_code); in tcp_command_send() 731 ret = tcp_command_creat(send_buf, sizeof(send_buf), cmd_paras->send_paras); in tcp_command_send() 747 static void tcp_command_para_init(PCBA_COMMAND_PARA *cmd_paras) in tcp_command_para_init() argument 751 memset(cmd_paras, 0, sizeof(PCBA_COMMAND_PARA)); in tcp_command_para_init() 753 strcpy(cmd_paras->recv_paras[num].name, recv_cmd_target[num].name); in tcp_command_para_init() 754 cmd_paras->recv_paras[num].opt = recv_cmd_target[num].opt; in tcp_command_para_init() [all …]
|