Home | History | Annotate | Download | only in netperf

Lines Matching defs:readfds

4256   fd_set readfds;
4265 FD_ZERO(&readfds);
4509 FD_SET(s_data,&readfds);
4510 select(s_data+1,&readfds,NULL,NULL,&timeout);