Searched defs:cmd_paras (Results 1 – 1 of 1) sorted by relevance
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()810 static int tcp_command_process(int stock_fd, int err_code, PCBA_COMMAND_PARA *cmd_paras) in tcp_command_process()895 PCBA_COMMAND_PARA *cmd_paras = &cmd_paras_set; in tcp_client_process() local