Home
last modified time | relevance | path

Searched refs:FD_SETSIZE (Results 1 – 25 of 85) sorted by relevance

1234

/trueos/usr.sbin/faithd/
HDtcp.c161 if (s_rcv >= FD_SETSIZE) in send_data()
181 if (s_snd >= FD_SETSIZE) in send_data()
184 if (s_rcv >= FD_SETSIZE) in send_data()
191 if (s_snd >= FD_SETSIZE) in send_data()
208 if (s_rcv >= FD_SETSIZE) in relay()
244 if (s_rcv >= FD_SETSIZE) in relay()
247 if (s_snd >= FD_SETSIZE) in relay()
281 if (s_rcv >= FD_SETSIZE) in relay()
284 if (s_snd >= FD_SETSIZE) in relay()
HDftp.c125 if (ctl4 >= FD_SETSIZE) in ftp_relay()
129 if (ctl6 >= FD_SETSIZE) in ftp_relay()
134 if (port4 >= FD_SETSIZE) in ftp_relay()
140 if (port6 >= FD_SETSIZE) in ftp_relay()
147 if (wport4 >= FD_SETSIZE) in ftp_relay()
153 if (wport6 >= FD_SETSIZE) in ftp_relay()
333 if (wport4 >= FD_SETSIZE) in ftp_activeconn()
397 if (wport6 >= FD_SETSIZE) in ftp_passiveconn()
/trueos/sys/sys/
HDselect.h58 #ifndef FD_SETSIZE
59 #define FD_SETSIZE 1024U macro
72 __fd_mask __fds_bits[_howmany(FD_SETSIZE, _NFDBITS)];
90 _n = _howmany(FD_SETSIZE, _NFDBITS); \
/trueos/contrib/sendmail/include/sm/
HDfdset.h22 # define SM_FD_SETSIZE FD_SETSIZE
23 # define SM_FD_OK_SELECT(fd) (FD_SETSIZE <= 0 || (fd) < FD_SETSIZE)
/trueos/contrib/ntp/include/
HDntif.h57 #ifdef FD_SETSIZE
58 #undef FD_SETSIZE
60 #define FD_SETSIZE 512 macro
HDntp_select.h22 #define FD_SETSIZE 32 macro
/trueos/include/apple/sys/_types/
HD_fd_setsize.h28 #ifndef FD_SETSIZE
29 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
HD_fd_def.h36 #ifdef FD_SETSIZE
37 #define __DARWIN_FD_SETSIZE FD_SETSIZE
/trueos/lib/libc/rpc/
HDrpc_dtablesize.c62 if (size > FD_SETSIZE) in _rpc_dtablesize()
63 size = FD_SETSIZE; in _rpc_dtablesize()
HDsvc.c109 mem_alloc(FD_SETSIZE * sizeof(SVCXPRT *));
114 memset(__svc_xports, '\0', FD_SETSIZE * sizeof(SVCXPRT *));
116 if (sock < FD_SETSIZE) {
152 if ((sock < FD_SETSIZE) && (__svc_xports[sock] == xprt)) {
636 for (sock = 0; sock < FD_SETSIZE; sock += NFDBITS) {
/trueos/crypto/openssl/crypto/rand/
HDrand_unix.c133 # ifndef FD_SETSIZE
134 # define FD_SETSIZE (8*sizeof(fd_set)) macro
339 if (FD_SETSIZE > 0 && (unsigned)fd >= FD_SETSIZE) { in RAND_poll()
/trueos/contrib/ntp/arlib/
HDsample.c45 nfd = select(FD_SETSIZE, &rd, NULL, NULL, &tv2); in main()
48 nfd = select(FD_SETSIZE, &rd, NULL, NULL, NULL); in main()
124 nfd = select(FD_SETSIZE, &rd, 0, 0, &delay);
/trueos/contrib/apr/poll/unix/
HDselect.c19 #define FD_SETSIZE 1024 macro
108 if (fd >= FD_SETSIZE) { in apr_poll()
206 #ifdef FD_SETSIZE in impl_pollset_create()
207 if (size > FD_SETSIZE) { in impl_pollset_create()
272 if (fd >= FD_SETSIZE) { in impl_pollset_add()
/trueos/crypto/openssl/apps/
HDs_apps.h133 # ifndef FD_SETSIZE
134 # define FD_SETSIZE MAX_NOFILE macro
/trueos/usr.bin/rsh/
HDrsh.c256 if (rem >= FD_SETSIZE) in talk()
288 if (rfd2 >= FD_SETSIZE || rem >= FD_SETSIZE) in talk()
/trueos/usr.sbin/rpc.ypupdated/
HDypupdated_main.c122 #ifdef FD_SETSIZE in ypupdated_svc_run()
135 #ifdef FD_SETSIZE in ypupdated_svc_run()
/trueos/contrib/sendmail/libsm/
HDrefill.c68 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
HDlocal.h247 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
/trueos/usr.sbin/rpc.ypxfrd/
HDypxfrd_main.c125 #ifdef FD_SETSIZE in ypxfrd_svc_run()
138 #ifdef FD_SETSIZE in ypxfrd_svc_run()
/trueos/contrib/telnet/telnet/
HDfdset.h42 #ifndef FD_SETSIZE
/trueos/contrib/unbound/util/
HDmini_event.c107 #ifdef FD_SETSIZE in event_init()
108 if((int)FD_SETSIZE < base->capfd) in event_init()
109 base->capfd = (int)FD_SETSIZE; in event_init()
/trueos/crypto/heimdal/appl/telnet/telnet/
HDsys_bsd.c779 if (net >= FD_SETSIZE in process_rings()
780 || tout >= FD_SETSIZE in process_rings()
781 || tin >= FD_SETSIZE) in process_rings()
801 if ((c = select(FD_SETSIZE, &ibits, &obits, &xbits, in process_rings()
/trueos/crypto/heimdal/kadmin/
HDkadm_conn.c182 #ifdef FD_SETSIZE in wait_for_connection()
183 if (socks[i] >= FD_SETSIZE) in wait_for_connection()
/trueos/contrib/amd/amd/
HDnfs_start.c174 nsel = select(FD_SETSIZE, &readfds, (fd_set *) 0, (fd_set *) 0, &tvv); in rpc_pending_now()
256 nsel = do_select(smask, FD_SETSIZE, &readfds, &tvv); in run_rpc()
/trueos/contrib/libreadline/examples/
HDexcallback.c127 if( select(FD_SETSIZE, &fds, NULL, NULL, NULL) < 0) { in main()

1234