Searched refs:netio_dispatch (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Dnetio.h35 * The main loop of the program must call netio_dispatch to check for
76 * cleared at the start of netio_dispatch to calculate the
173 int netio_dispatch(netio_type *netio,
H A Dnetio.c108 netio_dispatch(netio_type *netio, const struct timespec *timeout, const sigset_t *sigmask) function
H A Dserver.c2680 if(netio_dispatch(netio, &timeout_spec, 0) == -1) {
2682 log_msg(LOG_ERR, "netio_dispatch failed: %s", strerror(errno));

Completed in 199 milliseconds