netio_type
parent_handle_xfrd_command(netio_type *ATTR_UNUSED(netio),
parent_handle_child_command(netio_type *ATTR_UNUSED(netio),
parent_handle_reload_command(netio_type *ATTR_UNUSED(netio),
void parent_handle_xfrd_command(netio_type *netio,
void parent_handle_reload_command(netio_type *netio,
void parent_handle_child_command(netio_type *netio,
netio_dispatch(netio_type *netio, const struct timespec *timeout, const sigset_t *sigmask)
netio_type *
netio_type *result;
result = (netio_type *) region_alloc(region, sizeof(netio_type));
netio_add_handler(netio_type *netio, netio_handler_type *handler)
netio_remove_handler(netio_type *netio, netio_handler_type *handler)
netio_current_time(netio_type *netio)
netio_type *netio_create(region_type *region);
void netio_add_handler(netio_type *netio, netio_handler_type *handler);
void netio_remove_handler(netio_type *netio, netio_handler_type *handler);
const struct timespec *netio_current_time(netio_type *netio);
int netio_dispatch(netio_type *netio,
typedef void (*netio_event_handler_type)(netio_type *netio,
server_start_children(struct nsd *nsd, region_type* region, netio_type* netio,
server_reload(struct nsd *nsd, region_type* server_region, netio_type* netio,
netio_type *netio = netio_create(server_region);
restart_child_servers(struct nsd *nsd, region_type* region, netio_type* netio,