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.

Detailed Description

IO vector array element.

Field Documentation

◆ iov_base

void* iovec::iov_base

Pointer to data.

◆ iov_len

size_t iovec::iov_len

Length of the data.


The documentation for this struct was generated from the following file: