Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
Loading...
Searching...
No Matches
io_vec.h File Reference

Vectored I/O support. More...

#include <stddef.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <slice99.h>
#include <compy/priv/compiler_attrs.h>
Include dependency graph for io_vec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 SLICE99_DEF_TYPED (Compy_IoVecSlice, struct iovec)
 A slice of elements of type struct iovec.
 
size_t Compy_IoVecSlice_len (Compy_IoVecSlice self) COMPY_PRIV_MUST_USE
 Computes the total length of self.
 
struct iovec compy_slice_to_iovec (U8Slice99 slice) COMPY_PRIV_MUST_USE
 Converts an octet slice slice to struct iovec.
 

Detailed Description

Vectored I/O support.