libubox
C utility functions for OpenWrt.
ustream_buf Struct Reference

#include <ustream.h>

Collaboration diagram for ustream_buf:

Data Fields

struct ustream_bufnext
 
char * data
 
char * tail
 
char * end
 
char head []
 

Detailed Description

Definition at line 127 of file ustream.h.

Field Documentation

◆ data

char* ustream_buf::data

Definition at line 130 of file ustream.h.

◆ end

char* ustream_buf::end

Definition at line 132 of file ustream.h.

◆ head

char ustream_buf::head[]

Definition at line 134 of file ustream.h.

◆ next

struct ustream_buf* ustream_buf::next

Definition at line 128 of file ustream.h.

◆ tail

char* ustream_buf::tail

Definition at line 131 of file ustream.h.


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