Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dnetio.h173 int netio_dispatch(netio_type *netio,
H A Dnetio.c108 netio_dispatch(netio_type *netio, const struct timespec *timeout, const sigset_t *sigmask) in netio_dispatch() function
H A Dserver.c2680 if(netio_dispatch(netio, &timeout_spec, 0) == -1) { in server_main()