Home
last modified time | relevance | path

Searched refs:send_num (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_pcbatest_server.c727 int send_num = 0; in tcp_command_send() local
737 send_num = send(stock_fd, send_buf, sizeof(send_buf), 0); in tcp_command_send()
739 if (send_num < 0) { in tcp_command_send()
740 log_err("command tcp send fail, send_num=%d\n", send_num); in tcp_command_send()