Searched defs:rfdset (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dzone_test.c158 fd_set rfdset; local
176 FD_ZERO(&rfdset);
177 FD_SET(0, &rfdset);
178 select(1, &rfdset, NULL, NULL, NULL);

Completed in 27 milliseconds