Searched defs:netio (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | netio.h | 68 struct netio struct 71 netio_handler_list_type *handlers; argument 72 netio_handler_list_type *deallocated; argument 90 netio_handler_list_type *dispatch_next; argument 93 typedef void (*netio_event_handler_type)(netio_type *netio, argument
|
H A D | netio.c | 39 netio_add_handler(netio_type *netio, netio_handler_type *handler) in netio_add_handler() 68 netio_remove_handler(netio_type *netio, netio_handler_type *handler) in netio_remove_handler() 90 netio_current_time(netio_type *netio) in netio_current_time() 108 netio_dispatch(netio_type *netio, const struct timespec *timeout, const sigset_t *sigmask) in netio_dispatch()
|
H A D | ipc.c | 106 parent_handle_xfrd_command(netio_type *ATTR_UNUSED(netio), in parent_handle_xfrd_command() 308 parent_handle_child_command(netio_type *ATTR_UNUSED(netio), in parent_handle_child_command() 474 parent_handle_reload_command(netio_type *ATTR_UNUSED(netio), in parent_handle_reload_command()
|
H A D | server.c | 435 restart_child_servers(struct nsd *nsd, region_type* region, netio_type* netio, in restart_child_servers() 1551 server_start_children(struct nsd *nsd, region_type* region, netio_type* netio, in server_start_children() 2310 server_reload(struct nsd *nsd, region_type* server_region, netio_type* netio, in server_reload() 2539 netio_type *netio = netio_create(server_region); in server_main() local
|