|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
| #define | fd_set zsock_fd_set |
| #define | FD_SETSIZE ZSOCK_FD_SETSIZE |
| #define | FD_ZERO ZSOCK_FD_ZERO |
| #define | FD_SET ZSOCK_FD_SET |
| #define | FD_CLR ZSOCK_FD_CLR |
| #define | FD_ISSET ZSOCK_FD_ISSET |
Functions | |
| static int | select (int nfds, zsock_fd_set *readfds, zsock_fd_set *writefds, zsock_fd_set *exceptfds, struct timeval *timeout) |
| #define FD_CLR ZSOCK_FD_CLR |
| #define FD_ISSET ZSOCK_FD_ISSET |
| #define fd_set zsock_fd_set |
| #define FD_SET ZSOCK_FD_SET |
| #define FD_SETSIZE ZSOCK_FD_SETSIZE |
| #define FD_ZERO ZSOCK_FD_ZERO |
|
inlinestatic |