Lines Matching defs:rfds
104 fd_set rfds, readers;
287 bcopy((char *)&readers, (char *)&rfds, sizeof(rfds));
308 snmp_select_info(&nfds, &rfds, tvp, &block);
311 if ((n = select(nfds, &rfds, NULL, NULL, tvp)) < 0)
313 if ((n = select(nfds, &rfds, NULL, NULL, NULL)) < 0)
321 if (FD_ISSET(igmp_socket, &rfds)) {
345 if (FD_ISSET(ihandlers[i].fd, &rfds)) {
346 (*ihandlers[i].func)(ihandlers[i].fd, &rfds);
351 snmp_read(&rfds);