iovec Struct Reference

#include <stdapis/sys/_iovec.h>

struct iovec
Public Attributes
void *iov_base
size_t iov_len

Detailed Description

This iovec structure is filled with the data pointer and the length of the data to be passed to the kernel.

Member Attribute Documentation

iov_base

void *iov_base

Contains the address of a buffer.

iov_len

size_t iov_len

Contains the length of the buffer.