Home | History | Annotate | Download | only in libpcap

Lines Matching defs:rfds

215 	fd_set rfds;				/* set of socket descriptors we have to check */
229 FD_ZERO(&rfds);
235 FD_SET(md->rmt_sockdata, &rfds);
237 retval = select((int) md->rmt_sockdata + 1, &rfds, NULL, NULL, &tv);