Searched refs:PCBA_COMMAND_PARA (Results 1 – 2 of 2) 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() 723 static int tcp_command_send(int stock_fd, PCBA_COMMAND_PARA *cmd_paras, char *status, in tcp_command_send() 747 static void tcp_command_para_init(PCBA_COMMAND_PARA *cmd_paras) in tcp_command_para_init() 751 memset(cmd_paras, 0, sizeof(PCBA_COMMAND_PARA)); in tcp_command_para_init() 810 static int tcp_command_process(int stock_fd, int err_code, PCBA_COMMAND_PARA *cmd_paras) in tcp_command_process() 894 PCBA_COMMAND_PARA cmd_paras_set; in tcp_client_process() 895 PCBA_COMMAND_PARA *cmd_paras = &cmd_paras_set; in tcp_client_process()
|
| H A D | pcbatest_server.h | 96 } PCBA_COMMAND_PARA; typedef
|