OpenDNSSEC-signer  1.4.6
Data Fields
tcp_conn_struct Struct Reference

#include <tcpset.h>

Collaboration diagram for tcp_conn_struct:
Collaboration graph
[legend]

Data Fields

int fd
 
uint32_t total_bytes
 
uint16_t msglen
 
buffer_typepacket
 
unsigned is_reading: 1
 

Detailed Description

Definition at line 49 of file tcpset.h.

Field Documentation

int tcp_conn_struct::fd

Definition at line 50 of file tcpset.h.

Referenced by tcp_conn_create(), tcp_conn_read(), and tcp_conn_write().

unsigned tcp_conn_struct::is_reading

Definition at line 58 of file tcpset.h.

uint16_t tcp_conn_struct::msglen

Definition at line 54 of file tcpset.h.

Referenced by tcp_conn_create(), tcp_conn_read(), tcp_conn_ready(), and tcp_conn_write().

buffer_type* tcp_conn_struct::packet

Definition at line 56 of file tcpset.h.

Referenced by tcp_conn_create(), tcp_conn_read(), tcp_conn_ready(), and tcp_conn_write().

uint32_t tcp_conn_struct::total_bytes

Definition at line 52 of file tcpset.h.

Referenced by tcp_conn_create(), tcp_conn_read(), tcp_conn_ready(), and tcp_conn_write().


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