Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
IO vector array element. More...
#include <zephyr/net/net_ip.h>
Data Fields | |
void * | iov_base |
Pointer to data. | |
size_t | iov_len |
Length of the data. |
IO vector array element.
void* iovec::iov_base |
Pointer to data.
size_t iovec::iov_len |
Length of the data.