OpenVPN
Data Fields
stream_buf Struct Reference

#include <socket.h>

Collaboration diagram for stream_buf:
Collaboration graph
[legend]

Data Fields

struct buffer buf_init
 
struct buffer residual
 
int maxlen
 
bool residual_fully_formed
 
struct buffer buf
 
struct buffer next
 
int len
 
bool error
 

Detailed Description

Definition at line 130 of file socket.h.

Field Documentation

◆ buf

struct buffer stream_buf::buf

Definition at line 137 of file socket.h.

Referenced by stream_buf_read_setup_dowork().

◆ buf_init

struct buffer stream_buf::buf_init

Definition at line 132 of file socket.h.

◆ error

bool stream_buf::error

Definition at line 141 of file socket.h.

Referenced by socket_connection_reset().

◆ len

int stream_buf::len

Definition at line 139 of file socket.h.

◆ maxlen

int stream_buf::maxlen

Definition at line 134 of file socket.h.

Referenced by link_socket_write_tcp().

◆ next

struct buffer stream_buf::next

Definition at line 138 of file socket.h.

◆ residual

struct buffer stream_buf::residual

Definition at line 133 of file socket.h.

Referenced by phase2_tcp_client(), and stream_buf_read_setup_dowork().

◆ residual_fully_formed

bool stream_buf::residual_fully_formed

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