Home | History | Annotate | Download | only in netperf

Lines Matching refs:readfds

1589   fd_set readfds;
1598 FD_ZERO(&readfds);
1844 FD_SET(s_data,&readfds);
1845 select(s_data+1,&readfds,NULL,NULL,&timeout);