|
OpenDNSSEC-signer
1.4.6
|
#include <sock.h>

Data Fields | |
| allocator_type * | allocator |
| void * | engine |
| query_type * | query |
| size_t | tcp_accept_handler_count |
| netio_handler_type * | tcp_accept_handlers |
| query_state | qstate |
| size_t | bytes_transmitted |
| 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().
1.8.8