posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
iovec Struct Reference

Scatter/gather array element. More...

#include <zephyr/posix/sys/uio.h>

Data Fields

void * iov_base
 Pointer to data.
 
size_t iov_len
 Length of the data.
 

Detailed Description

Scatter/gather array element.

Definition at line 66 of file socket.h.

Field Documentation

◆ iov_base

void * iovec::iov_base

Pointer to data.

Definition at line 67 of file socket.h.

◆ iov_len

size_t iovec::iov_len

Length of the data.

Definition at line 68 of file socket.h.


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