struct engine_struct engine_type
struct listener_struct listener_type
struct netio_handler_struct netio_handler_type
enum netio_events_enum netio_events_type
struct netio_struct netio_type
struct query_struct query_type
enum query_enum query_state
void sock_handle_tcp_write(netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
void sock_handle_tcp_accept(netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
void sock_handle_udp(netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
ods_status sock_listen(socklist_type *sockets, listener_type *listener)
void sock_handle_tcp_read(netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
struct socklist_struct socklist_type
struct sock_struct sock_type
sock_type udp[MAX_INTERFACES]
sock_type tcp[MAX_INTERFACES]
netio_handler_type * tcp_accept_handlers
size_t tcp_accept_handler_count
size_t tcp_accept_handler_count
netio_handler_type * tcp_accept_handlers