Zephyr API 3.6.99
|
#include <zephyr/net/socket.h>
Go to the source code of this file.
Macros | |
#define | pollfd zsock_pollfd |
#define | POLLIN ZSOCK_POLLIN |
#define | POLLOUT ZSOCK_POLLOUT |
#define | POLLERR ZSOCK_POLLERR |
#define | POLLHUP ZSOCK_POLLHUP |
#define | POLLNVAL ZSOCK_POLLNVAL |
Functions | |
int | poll (struct zsock_pollfd *fds, int nfds, int timeout) |
#define POLLERR ZSOCK_POLLERR |
#define pollfd zsock_pollfd |
#define POLLHUP ZSOCK_POLLHUP |
#define POLLIN ZSOCK_POLLIN |
#define POLLNVAL ZSOCK_POLLNVAL |
#define POLLOUT ZSOCK_POLLOUT |
int poll | ( | struct zsock_pollfd * | fds, |
int | nfds, | ||
int | timeout ) |