Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
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()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Drun.c179 timeout_handler(const int KYUA_DEFS_UNUSED_PARAM(signo)) in timeout_handler() function
447 setup_signal(SIGALRM, timeout_handler, &old_sigalrm); in kyua_run_fork()
/netbsd-src/libexec/identd/
H A Didentd.c64 __dead static void timeout_handler(int);
342 (void)signal(SIGALRM, timeout_handler); in idhandle()
1030 timeout_handler(int __unused s) in timeout_handler() function
/netbsd-src/libexec/tftpd/
H A Dtftpd.c493 timeout_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize, in timeout_handler() function
591 { "timeout", timeout_handler },