Home
last modified time | relevance | path

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

/openbsd/usr.sbin/syslogd/
H A Dsyslogd.c314 void tcp_acceptcb(int, short, void *);
810 tcp_acceptcb, &ev_listen[i]); in main()
1123 tcp_acceptcb(int lfd, short event, void *arg) in tcp_acceptcb() function
1146 if ((fd = reserve_accept4(lfd, event, ev, tcp_acceptcb, in acceptcb()