Home
last modified time | relevance | path

Searched refs:FD_SET (Results 1 – 13 of 13) sorted by relevance

/components/libc/posix/io/poll/
A Dselect.c163 FD_SET(pollset[ndx].fd, readfds); in select()
173 FD_SET(pollset[ndx].fd, writefds); in select()
183 FD_SET(pollset[ndx].fd, exceptfds); in select()
/components/libc/compilers/common/include/sys/
A Dselect.h49 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1L << ((n) % NFDBITS))) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h410 #ifndef FD_SET
419 #define FD_SET(n, p) FDSETSAFESET(n, (p)->fd_bits[((n)-LWIP_SOCKET_OFFSET)/8] |= (1 << (((n)-LWIP… macro
430 #error LWIP_SOCKET_OFFSET does not work with external FD_SET!
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsockets.h293 #ifndef FD_SET
297 #define FD_SET(n, p) ((p)->fd_bits[(n)/8] |= (1 << ((n) & 7))) macro
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c669 FD_SET(s, &readset); in START_TEST()
671 FD_SET(s, &writeset); in START_TEST()
673 FD_SET(s, &errset); in START_TEST()
/components/net/lwip/lwip-2.1.2/test/sockets/
A Dsockets_stresstest.c192 FD_SET(s, &fs_r); in sockets_stresstest_wait_readable_select()
193 FD_SET(s, &fs_e); in sockets_stresstest_wait_readable_select()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h468 #ifndef FD_SET
478 #define FD_SET(n, p) FDSETSAFESET(n, (p)->fd_bits[((n)-LWIP_SOCKET_OFFSET)/8] = (u8_t)((p)->fd_bit… macro
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c1071 FD_SET(i, &lreadset);
1077 FD_SET(i, &lwriteset);
1083 FD_SET(i, &lexceptset);
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c1365 FD_SET(i, &lreadset); in lwip_selscan()
1371 FD_SET(i, &lwriteset); in lwip_selscan()
1377 FD_SET(i, &lexceptset); in lwip_selscan()
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c1891 FD_SET(i, &lreadset); in lwip_selscan()
1897 FD_SET(i, &lwriteset); in lwip_selscan()
1903 FD_SET(i, &lexceptset); in lwip_selscan()
1942 FD_SET(i, used_sockets); in lwip_select_inc_sockets_used_set()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2131 * sockets.h: fix bug #21654: exclude definition of struct timeval from #ifndef FD_SET
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG3087 * sockets.h: fix bug #21654: exclude definition of struct timeval from #ifndef FD_SET
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG3340 * sockets.h: fix bug #21654: exclude definition of struct timeval from #ifndef FD_SET

Completed in 40 milliseconds