Searched refs:netio_handler_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | netio.h | 65 typedef struct netio_handler netio_handler_type; typedef 94 netio_handler_type *handler, 141 netio_handler_type *handler; 154 void netio_add_handler(netio_type *netio, netio_handler_type *handler); 159 void netio_remove_handler(netio_type *netio, netio_handler_type *handler);
|
H A D | ipc.h | 58 netio_handler_type *handler, netio_event_types_type event_types); 65 netio_handler_type *handler, netio_event_types_type event_types); 73 netio_handler_type *handler, netio_event_types_type event_types);
|
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() 115 netio_handler_type *timeout_handler = NULL; in netio_dispatch() 145 netio_handler_type *handler = elt->handler; in netio_dispatch() 233 netio_handler_type *handler = elt->handler; in netio_dispatch()
|
H A D | ipc.c | 107 netio_handler_type *handler, in parent_handle_xfrd_command() 309 netio_handler_type *handler, in parent_handle_child_command() 475 netio_handler_type *handler, in parent_handle_reload_command()
|
H A D | server.c | 1676 sizeof(netio_handler_type)); in server_prepare_xfrd() 2540 netio_handler_type reload_listener; in server_main()
|