Searched refs:excepts (Results 1 – 1 of 1) sorted by relevance
94 fd_set excepts; in stilloob() local98 FD_ZERO(&excepts); in stilloob()99 FD_SET(net, &excepts); in stilloob()100 value = select(net+1, NULL, NULL, &excepts, &timeout); in stilloob()108 if (FD_ISSET(net, &excepts)) { in stilloob()