Home | History | Annotate | Download | only in sdpd

Lines Matching refs:fdmax

105 	srv->fdmax = -1;
201 if (fd > srv->fdmax)
202 srv->fdmax = fd;
261 if (fd > srv->fdmax)
262 srv->fdmax = fd;
288 for (fd = 0; fd < srv->fdmax + 1; fd ++) {
313 n = select(srv->fdmax + 1, &fdset, NULL, NULL, NULL);
319 srv->fdmax + 1, &fdset, strerror(errno), errno);
324 for (fd = 0; fd < srv->fdmax + 1 && n > 0; fd++) {
390 if (cfd > srv->fdmax)
391 srv->fdmax = cfd;
569 if (fd == srv->fdmax) {
573 srv->fdmax = fd;