struct iovec;
Description
This iovec structure is filled with the data pointer and the length of the data to be passed to the kernel.
Members
Defined in iovec:
iov_baseContains the address of a buffer.
iov_lenContains the length of the buffer.
Member data
void * iov_base;
Description
Contains the address of a buffer.
size_t iov_len;
Description
Contains the length of the buffer.