void sock_handle_udp(netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
enum ods_enum_status ods_status
enum netio_events_enum netio_events_type
allocator_type * allocator
sock_type udp[MAX_INTERFACES]
sock_type tcp[MAX_INTERFACES]
netio_handler_type * tcp_accept_handlers
size_t tcp_accept_handler_count
enum query_enum query_state
void sock_handle_tcp_read(netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
ods_status sock_listen(socklist_type *sockets, listener_type *listener)
netio_handler_type * tcp_accept_handlers
size_t tcp_accept_handler_count
void sock_handle_tcp_accept(netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
void sock_handle_tcp_write(netio_type *netio, netio_handler_type *handler, netio_events_type event_types)