Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

IO vector array element. More...

#include <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: