Searched refs:FD_RESERVE (Results 1 – 11 of 11) sorted by relevance
/openbsd/usr.sbin/ldapd/ |
H A D | control.c | 135 (struct sockaddr *)&sun, &len, FD_RESERVE)) == -1) { in control_accept()
|
H A D | conn.c | 267 FD_RESERVE); in conn_accept()
|
H A D | ldapd.h | 48 #define FD_RESERVE 8 /* 5 overhead, 2 for db, 1 accept */ macro
|
/openbsd/usr.sbin/slowcgi/ |
H A D | slowcgi.c | 77 #define FD_RESERVE 5 macro 475 &len, FD_RESERVE, &cgi_inflight)) == -1) { in slowcgi_accept()
|
/openbsd/usr.sbin/bgplgd/ |
H A D | slowcgi.c | 71 #define FD_RESERVE 5 macro 466 &len, FD_RESERVE, &cgi_inflight)) == -1) { in slowcgi_accept()
|
/openbsd/usr.sbin/httpd/ |
H A D | httpd.h | 70 #define FD_RESERVE 5 macro
|
H A D | server.c | 1069 &slen, FD_RESERVE, &server_inflight)) == -1) { in server_accept()
|
/openbsd/sbin/unwind/ |
H A D | frontend.c | 80 #define FD_RESERVE 5 macro 1631 if (getdtablecount() + FD_RESERVE >= getdtablesize()) { in accept_reserve()
|
/openbsd/usr.sbin/relayd/ |
H A D | relayd.h | 68 #define FD_RESERVE 5 macro
|
H A D | relay.c | 1111 &slen, FD_RESERVE, &relay_inflight)) == -1) { in relay_accept() 1542 if (getdtablecount() + FD_RESERVE + in relay_connect_retry()
|
/openbsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 78 #define FD_RESERVE 5 /* file descriptors not accepted */ macro 1101 if (getdtablecount() + FD_RESERVE >= getdtablesize()) { in reserve_accept4()
|