Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/apps/socket_examples/
A Dsocket_examples.c186 FD_SET(s, &sets.readset); in sockex_nonblocking_connect()
190 FD_SET(s, &sets.writeset); in sockex_nonblocking_connect()
194 FD_SET(s, &sets.errset); in sockex_nonblocking_connect()
214 FD_SET(s, &sets.readset); in sockex_nonblocking_connect()
218 FD_SET(s, &sets.errset); in sockex_nonblocking_connect()
283 FD_SET(s, &sets.readset); in sockex_nonblocking_connect()
287 FD_SET(s, &sets.errset); in sockex_nonblocking_connect()
295 FD_SET(s, &sets.readset); in sockex_nonblocking_connect()
299 FD_SET(s, &sets.errset); in sockex_nonblocking_connect()
434 FD_SET(s, &readset); in sockex_testrecv()
[all …]
/lib/lwip/lwip/contrib/apps/chargen/
A Dchargen.c183 FD_SET(listenfd, &readset); in chargen_thread()
188 FD_SET(p_charcb->socket, &readset); in chargen_thread()
189 FD_SET(p_charcb->socket, &writeset); in chargen_thread()
/lib/lwip/lwip/contrib/ports/unix/port/netif/
A Dvdeif.c304 FD_SET(datafd, &fdset); in vdeif_select()
330 FD_SET(datafd, &fdset); in vdeif_thread()
A Dtapif.c394 FD_SET(tapif->fd, &fdset); in tapif_select()
418 FD_SET(tapif->fd, &fdset); in tapif_thread()
/lib/lwip/lwip/contrib/ports/unix/port/include/arch/
A Dcc.h70 #if defined(LWIP_UNIX_ANDROID) && defined(FD_SET)
/lib/mbedtls/external/mbedtls/library/
A Dnet_sockets.c481 FD_SET((SOCKET) fd, &read_fds); in mbedtls_net_poll()
487 FD_SET((SOCKET) fd, &write_fds); in mbedtls_net_poll()
595 FD_SET((SOCKET) fd, &read_fds); in mbedtls_net_recv_timeout()
/lib/mbedtls/external/mbedtls/programs/test/
A Dudp_proxy.c912 FD_SET(server_fd.fd, &read_fds); in main()
913 FD_SET(client_fd.fd, &read_fds); in main()
914 FD_SET(listen_fd.fd, &read_fds); in main()
/lib/lwip/lwip/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()
/lib/lwip/lwip/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()
/lib/lwip/lwip/src/include/lwip/
A Dsockets.h475 #ifndef FD_SET
485 #define FD_SET(n, p) FDSETSAFESET(n, (p)->fd_bits[((n)-LWIP_SOCKET_OFFSET)/8] = (u8_t)((p)->fd_bit… macro
/lib/lwip/lwip/contrib/ports/unix/port/
A Dsys_arch.c837 FD_SET(0, &fds); in lwip_unix_keypressed()
/lib/lwip/lwip/src/api/
A Dsockets.c1907 FD_SET(i, &lreadset); in lwip_selscan()
1913 FD_SET(i, &lwriteset); in lwip_selscan()
1919 FD_SET(i, &lexceptset); in lwip_selscan()
1958 FD_SET(i, used_sockets); in lwip_select_inc_sockets_used_set()
/lib/lwip/lwip/
A DCHANGELOG3427 * sockets.h: fix bug #21654: exclude definition of struct timeval from #ifndef FD_SET

Completed in 68 milliseconds