Home
last modified time | relevance | path

Searched refs:FD_RESERVE (Results 1 – 11 of 11) sorted by relevance

/openbsd/usr.sbin/ldapd/
H A Dcontrol.c135 (struct sockaddr *)&sun, &len, FD_RESERVE)) == -1) { in control_accept()
H A Dconn.c267 FD_RESERVE); in conn_accept()
H A Dldapd.h48 #define FD_RESERVE 8 /* 5 overhead, 2 for db, 1 accept */ macro
/openbsd/usr.sbin/slowcgi/
H A Dslowcgi.c77 #define FD_RESERVE 5 macro
475 &len, FD_RESERVE, &cgi_inflight)) == -1) { in slowcgi_accept()
/openbsd/usr.sbin/bgplgd/
H A Dslowcgi.c71 #define FD_RESERVE 5 macro
466 &len, FD_RESERVE, &cgi_inflight)) == -1) { in slowcgi_accept()
/openbsd/usr.sbin/httpd/
H A Dhttpd.h70 #define FD_RESERVE 5 macro
H A Dserver.c1069 &slen, FD_RESERVE, &server_inflight)) == -1) { in server_accept()
/openbsd/sbin/unwind/
H A Dfrontend.c80 #define FD_RESERVE 5 macro
1631 if (getdtablecount() + FD_RESERVE >= getdtablesize()) { in accept_reserve()
/openbsd/usr.sbin/relayd/
H A Drelayd.h68 #define FD_RESERVE 5 macro
H A Drelay.c1111 &slen, FD_RESERVE, &relay_inflight)) == -1) { in relay_accept()
1542 if (getdtablecount() + FD_RESERVE + in relay_connect_retry()
/openbsd/usr.sbin/syslogd/
H A Dsyslogd.c78 #define FD_RESERVE 5 /* file descriptors not accepted */ macro
1101 if (getdtablecount() + FD_RESERVE >= getdtablesize()) { in reserve_accept4()