Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Dnetio.c115 netio_handler_type *timeout_handler = NULL; in netio_dispatch() local
174 timeout_handler = handler; in netio_dispatch()
185 if (timeout_handler && (timeout_handler->event_types & NETIO_EVENT_TIMEOUT)) { in netio_dispatch()
186 timeout_handler->event_handler(netio, timeout_handler, NETIO_EVENT_TIMEOUT); in netio_dispatch()
220 if (timeout_handler && (timeout_handler->event_types & NETIO_EVENT_TIMEOUT)) { in netio_dispatch()
221 timeout_handler->event_handler(netio, timeout_handler, NETIO_EVENT_TIMEOUT); in netio_dispatch()