Searched refs:client_fds (Results 1 – 1 of 1) sorted by relevance
32 static struct zsock_pollfd client_fds[1]; variable86 client_fds[0].fd = client->transport.tcp.sock; in prepare_client_fds()87 client_fds[0].events = ZSOCK_POLLIN; in prepare_client_fds()101 ret = zsock_poll(client_fds, client_nfds, TIMEOUT); in client_wait()