iovec Struct Reference

Scatter/gather array. More...

#include <bsd_socket.h>

Data Fields

void * iov_base
 
size_t iov_len
 

Detailed Description

Scatter/gather array.

Definition at line 398 of file bsd_socket.h.

Field Documentation

◆ iov_base

void* iov_base

Definition at line 400 of file bsd_socket.h.

◆ iov_len

size_t iov_len

Definition at line 401 of file bsd_socket.h.


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