Symbol: netio_type
usr.sbin/nsd/ipc.c
106
parent_handle_xfrd_command(netio_type *ATTR_UNUSED(netio),
usr.sbin/nsd/ipc.c
283
parent_handle_child_command(netio_type *ATTR_UNUSED(netio),
usr.sbin/nsd/ipc.c
354
parent_handle_reload_command(netio_type *ATTR_UNUSED(netio),
usr.sbin/nsd/ipc.h
47
void parent_handle_xfrd_command(netio_type *netio,
usr.sbin/nsd/ipc.h
54
void parent_handle_reload_command(netio_type *netio,
usr.sbin/nsd/ipc.h
62
void parent_handle_child_command(netio_type *netio,
usr.sbin/nsd/netio.c
108
netio_dispatch(netio_type *netio, const struct timespec *timeout, const sigset_t *sigmask)
usr.sbin/nsd/netio.c
23
netio_type *
usr.sbin/nsd/netio.c
26
netio_type *result;
usr.sbin/nsd/netio.c
30
result = (netio_type *) region_alloc(region, sizeof(netio_type));
usr.sbin/nsd/netio.c
39
netio_add_handler(netio_type *netio, netio_handler_type *handler)
usr.sbin/nsd/netio.c
68
netio_remove_handler(netio_type *netio, netio_handler_type *handler)
usr.sbin/nsd/netio.c
90
netio_current_time(netio_type *netio)
usr.sbin/nsd/netio.h
149
netio_type *netio_create(region_type *region);
usr.sbin/nsd/netio.h
154
void netio_add_handler(netio_type *netio, netio_handler_type *handler);
usr.sbin/nsd/netio.h
159
void netio_remove_handler(netio_type *netio, netio_handler_type *handler);
usr.sbin/nsd/netio.h
164
const struct timespec *netio_current_time(netio_type *netio);
usr.sbin/nsd/netio.h
173
int netio_dispatch(netio_type *netio,
usr.sbin/nsd/netio.h
93
typedef void (*netio_event_handler_type)(netio_type *netio,
usr.sbin/nsd/server.c
1581
server_start_children(struct nsd *nsd, region_type* region, netio_type* netio,
usr.sbin/nsd/server.c
2534
server_reload(struct nsd *nsd, region_type* server_region, netio_type* netio,
usr.sbin/nsd/server.c
2794
netio_type *netio = netio_create(server_region);
usr.sbin/nsd/server.c
458
restart_child_servers(struct nsd *nsd, region_type* region, netio_type* netio,