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

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h229 int fdMax, fdCount, highestFD; member in struct:__anon2440
238 int highestFD; /* max fd allowed by OS */ member in struct:__anon2440
H A Dev_connects.c251 if (new->fd > ctx->highestFD) {
296 if (new > ctx->highestFD) {
H A Dev_files.c62 if (fd > ctx->highestFD)
H A Deventlib.c109 ctx->highestFD = FD_SETSIZE - 1;
112 ctx->highestFD = INT_MAX / sizeof(struct pollfd);
669 return (ctx->highestFD);
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c127 static const int highestFD = FD_SETSIZE - 1; variable
129 static int highestFD = 0; variable
322 highestFD = sysconf(_SC_OPEN_MAX) - 1;
730 if (statp->_vcsock > highestFD) {
912 if (EXT(statp).nssocks[ns] > highestFD) {

Completed in 51 milliseconds