Searched refs:send_client_fd (Results 1 – 1 of 1) sorted by relevance
556 static int send_client_fd = -1; variable626 if (send_client_fd == -1) { in filter_wait_for_clients()641 send_client_fd = accept(send_server_fd, in filter_wait_for_clients()643 SKTC_ASSERT_ERR(send_client_fd != -1); in filter_wait_for_clients()646 if (recv_client_fd != -1 && send_client_fd != -1) { in filter_wait_for_clients()667 write_cmd(send_client_fd, CLIENT_CMD_SEND_SOCKET_START); in process_recv_client_cmd()674 write_cmd(send_client_fd, CLIENT_CMD_SEND_CHANNEL_START); in process_recv_client_cmd()835 assert(send_client_fd != -1); in filter_loop()836 maxfd = (send_client_fd > recv_client_fd) ? send_client_fd : in filter_loop()843 FD_SET(send_client_fd, &client_fds); in filter_loop()[all …]