Lines Matching refs:select
93 #include <sys/select.h>
705 select (sockfd + 1, &fdset, NULL, NULL, &timeout)) <= 0)
712 (LOG_NOTICE, "udp_command: ERROR - select failed: %s\n",
1421 while ( ( (result = select (fd + 1, &input, NULL, NULL, &timeout)) <= 0) &&
1428 "bjnp_recv_header: ERROR - could not read response header (select): %s!\n",
1437 "bjnp_recv_header: ERROR - could not read response header (select timed out after %d ms)!\n",
1600 while (((result = select (fd + 1, &input, NULL, NULL, &timeout)) <= 0) &&
1607 "bjnp_recv_data: ERROR - could not read response payload (select failed): %s!\n",
1617 "bjnp_recv_data: ERROR - could not read response payload (select timed out after %d ms)!\n",
2124 /* track highest used socket for later use in select */
2211 while (select (last_socketfd + 1, &active_fdset, NULL, NULL, &timeout) > 0)