|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
#include <zephyr/sys/fdtable.h>Go to the source code of this file.
Macros | |
| #define | FIONBIO ZFD_IOCTL_FIONBIO |
| Set non-blocking mode. | |
| #define | FIONREAD ZFD_IOCTL_FIONREAD |
| Get the number of bytes available to read. | |
| #define | FIONWRITE ZFD_IOCTL_FIONWRITE |
| Get the number of bytes queued for TCP TX which have not yet been acknowledged. | |
Functions | |
| int | ioctl (int fd, unsigned long request,...) |
| #define FIONBIO ZFD_IOCTL_FIONBIO |
Set non-blocking mode.
| #define FIONREAD ZFD_IOCTL_FIONREAD |
Get the number of bytes available to read.
| #define FIONWRITE ZFD_IOCTL_FIONWRITE |
Get the number of bytes queued for TCP TX which have not yet been acknowledged.
| int ioctl | ( | int | fd, |
| unsigned long | request, | ||
| ... ) |