Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <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 | |
static 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 |
|
inlinestatic |