Searched refs:comm_point_tcp_accept_callback (Results 1 – 3 of 3) sorted by relevance
630 void comm_point_tcp_accept_callback(int fd, short event, void* arg);
140 else if(fptr == &comm_point_tcp_accept_callback) return 1; in fptr_whitelist_event()
854 comm_point_tcp_accept_callback(int fd, short event, void* arg) in comm_point_tcp_accept_callback() function1724 event_set(&c->ev->ev, c->fd, evbits, comm_point_tcp_accept_callback, c);