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

/bind-9.6-ESV-R11/bin/tests/
H A Dzone_test.c166 fd_set rfdset; local
184 FD_ZERO(&rfdset);
185 FD_SET(0, &rfdset);
186 select(1, &rfdset, NULL, NULL, NULL);

Completed in 1306 milliseconds