FreeNOS
Data Fields
iovec Struct Reference

Input/Output vector for multi-packet operations. More...

#include <socket.h>

Data Fields

void * iov_base
 
size_t iov_len
 

Detailed Description

Input/Output vector for multi-packet operations.

Definition at line 44 of file socket.h.

Field Documentation

◆ iov_base

void* iovec::iov_base

Definition at line 46 of file socket.h.

Referenced by NetSend::exec(), and sendmsg().

◆ iov_len

size_t iovec::iov_len

Definition at line 47 of file socket.h.

Referenced by NetSend::exec(), and sendmsg().


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