Definition at line 570 of file tcpip.c.
References Curr_N_Conns, Dna_conns, i, and Net_conns.
Referenced by io_sig_handler(), and tcpip_task().
575 int index = *conn_id;
578 for( i = index; i < Pollfd_size; i++ )
581 (Pollfds[i].revents & POLLIN) || (Pollfds[i].revents & POLLHUP) ) )
583 Pollfds[
i].revents = 0;
DllExp DIM_NOSHARE int Curr_N_Conns
DllExp DIM_NOSHARE NET_CONNECTION * Net_conns
DllExp DIM_NOSHARE DNA_CONNECTION * Dna_conns