Searched refs:tcp_acceptcb (Results 1 – 1 of 1) sorted by relevance
314 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() function1146 if ((fd = reserve_accept4(lfd, event, ev, tcp_acceptcb, in acceptcb()