OpenDNSSEC-signer  1.4.5
Data Fields
tcp_accept_data Struct Reference

#include <sock.h>

Collaboration diagram for tcp_accept_data:
Collaboration graph
[legend]

Data Fields

void * engine
sock_typesocket
size_t tcp_accept_handler_count
netio_handler_typetcp_accept_handlers

Detailed Description

Data for tcp accept handlers.

Definition at line 76 of file sock.h.

Field Documentation

void* tcp_accept_data::engine

Definition at line 77 of file sock.h.

Referenced by dnshandler_start(), and sock_handle_tcp_accept().

sock_type* tcp_accept_data::socket

Definition at line 78 of file sock.h.

Referenced by dnshandler_start().

size_t tcp_accept_data::tcp_accept_handler_count

Definition at line 79 of file sock.h.

Referenced by dnshandler_start(), and sock_handle_tcp_accept().

netio_handler_type* tcp_accept_data::tcp_accept_handlers

Definition at line 80 of file sock.h.

Referenced by dnshandler_start(), and sock_handle_tcp_accept().


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