Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h229 int fdMax, fdCount, highestFD; member
238 int highestFD; /* max fd allowed by OS */ member
H A Dev_connects.c245 if (new->fd > ctx->highestFD) { in evTryAccept()
290 if (new > ctx->highestFD) { in listener()
H A Deventlib.c105 ctx->highestFD = FD_SETSIZE - 1; in evCreate()
108 ctx->highestFD = INT_MAX / sizeof(struct pollfd); in evCreate()
665 return (ctx->highestFD); in evHighestFD()
H A Dev_files.c58 if (fd > ctx->highestFD) in evSelectFD()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c126 static const int highestFD = FD_SETSIZE - 1; variable
128 static int highestFD = 0; variable
310 highestFD = sysconf(_SC_OPEN_MAX) - 1; in res_nsend()
643 if (statp->_vcsock > highestFD) { in send_vc()
845 if (EXT(statp).nssocks[ns] > highestFD) { in send_dg()