OpenDNSSEC-signer 2.1.13
|
#include <netio.h>
Data Fields | |
int | fd |
struct timespec * | timeout |
void * | user_data |
netio_events_type | event_types |
netio_event_handler_type | event_handler |
int | free_handler |
netio_event_handler_type netio_handler_struct::event_handler |
Definition at line 131 of file netio.h.
Referenced by xfrd_create().
netio_events_type netio_handler_struct::event_types |
Definition at line 124 of file netio.h.
Referenced by netio_dispatch(), and xfrd_create().
int netio_handler_struct::fd |
Definition at line 108 of file netio.h.
Referenced by dnshandler_fwd_notify(), netio_dispatch(), notify_cleanup(), notify_send(), and xfrd_create().
int netio_handler_struct::free_handler |
Definition at line 132 of file netio.h.
Referenced by netio_cleanup().
struct timespec* netio_handler_struct::timeout |
Definition at line 115 of file netio.h.
Referenced by netio_dispatch(), and xfrd_create().
void* netio_handler_struct::user_data |
Definition at line 119 of file netio.h.
Referenced by dnshandler_cleanup(), netio_cleanup(), sock_handle_tcp_accept(), sock_handle_tcp_read(), sock_handle_tcp_write(), sock_handle_udp(), and xfrd_create().