OpenDNSSEC-signer  1.4.6
Data Fields
tcp_data Struct Reference

#include <sock.h>

Collaboration diagram for tcp_data:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
 
void * engine
 
query_typequery
 
size_t tcp_accept_handler_count
 
netio_handler_typetcp_accept_handlers
 
query_state qstate
 
size_t bytes_transmitted
 

Detailed Description

Data for tcp handlers.

Definition at line 87 of file sock.h.

Field Documentation

allocator_type* tcp_data::allocator

Definition at line 88 of file sock.h.

Referenced by sock_handle_tcp_accept().

size_t tcp_data::bytes_transmitted

Definition at line 94 of file sock.h.

Referenced by sock_handle_tcp_accept(), sock_handle_tcp_read(), and sock_handle_tcp_write().

void* tcp_data::engine

Definition at line 89 of file sock.h.

Referenced by sock_handle_tcp_accept(), sock_handle_tcp_read(), and sock_handle_tcp_write().

query_state tcp_data::qstate

Definition at line 93 of file sock.h.

Referenced by sock_handle_tcp_accept(), sock_handle_tcp_read(), and sock_handle_tcp_write().

query_type* tcp_data::query

Definition at line 90 of file sock.h.

Referenced by sock_handle_tcp_accept(), sock_handle_tcp_read(), and sock_handle_tcp_write().

size_t tcp_data::tcp_accept_handler_count

Definition at line 91 of file sock.h.

Referenced by sock_handle_tcp_accept().

netio_handler_type* tcp_data::tcp_accept_handlers

Definition at line 92 of file sock.h.

Referenced by sock_handle_tcp_accept().


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