Searched refs:send_client_fd (Results 1 – 1 of 1) sorted by relevance
555 static int send_client_fd = -1; variable625 if (send_client_fd == -1) { in filter_wait_for_clients()640 send_client_fd = accept(send_server_fd, in filter_wait_for_clients()642 SKTC_ASSERT_ERR(send_client_fd != -1); in filter_wait_for_clients()645 if (recv_client_fd != -1 && send_client_fd != -1) { in filter_wait_for_clients()666 write_cmd(send_client_fd, CLIENT_CMD_SEND_SOCKET_START); in process_recv_client_cmd()673 write_cmd(send_client_fd, CLIENT_CMD_SEND_CHANNEL_START); in process_recv_client_cmd()834 assert(send_client_fd != -1); in filter_loop()835 maxfd = (send_client_fd > recv_client_fd) ? send_client_fd : in filter_loop()842 FD_SET(send_client_fd, &client_fds); in filter_loop()[all …]