Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dbounce.c90 static void bounce_timeout(int, short, void *);
111 evtimer_set(&ev_timer, bounce_timeout, NULL); in bounce_init()
232 bounce_timeout(int fd, short ev, void *arg) in bounce_timeout() function