Searched refs:timeout_handler (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | netio.c | 115 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 D | run.c | 179 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 D | identd.c | 64 __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 D | tftpd.c | 493 timeout_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize, in timeout_handler() function 591 { "timeout", timeout_handler },
|