10 #include <sys/socket.h>
11 #include <sys/types.h>
15 #include <smolrtsp/priv/compiler_attrs.h>
size_t SmolRTSP_IoVecSlice_len(SmolRTSP_IoVecSlice self) SMOLRTSP_PRIV_MUST_USE
Computes the total length of self.
SLICE99_DEF_TYPED(SmolRTSP_IoVecSlice, struct iovec)
A slice of elements of type struct iovec.
struct iovec smolrtsp_slice_to_iovec(U8Slice99 slice) SMOLRTSP_PRIV_MUST_USE
Converts an octet slice slice to struct iovec.