Home
last modified time | relevance | path

Searched refs:NETIO_EVENT_READ (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dnetio.c151 if (handler->event_types & NETIO_EVENT_READ) { in netio_dispatch()
239 event_types |= NETIO_EVENT_READ; in netio_dispatch()
248 if((handler->event_types&NETIO_EVENT_READ)) in netio_dispatch()
249 event_types |= NETIO_EVENT_READ; in netio_dispatch()
H A Dipc.c114 if (!(event_types & NETIO_EVENT_READ)) { in parent_handle_xfrd_command()
325 handler->event_types = NETIO_EVENT_READ; in parent_handle_child_command()
327 handler->event_types = NETIO_EVENT_READ; in parent_handle_child_command()
331 if (!(event_types & NETIO_EVENT_READ)) { in parent_handle_child_command()
482 if (!(event_types & NETIO_EVENT_READ)) { in parent_handle_reload_command()
H A Dnetio.h58 NETIO_EVENT_READ = 1, enumerator
H A Dserver.c480 nsd->children[i].handler->event_types = NETIO_EVENT_READ; in restart_child_servers()
1752 nsd->xfrd_listener->event_types = NETIO_EVENT_READ; in server_start_xfrd()
2779 reload_listener.event_types = NETIO_EVENT_READ; in server_main()