Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dnetio.c161 if (handler->timeout && (handler->event_types & NETIO_EVENT_TIMEOUT)) { 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()
H A Dnetio.h60 NETIO_EVENT_TIMEOUT = 4, enumerator