Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/util/
H A Dub_event.c92 UB_EV_BITS_CB(comm_point_tcp_accept_callback) in UB_EV_BITS_CB() argument
108 else if(cb == comm_point_tcp_accept_callback) in UB_EV_BITS_CB()
H A Dub_event_pluggable.c94 UB_EV_BITS_CB(comm_point_tcp_accept_callback) in UB_EV_BITS_CB() argument
109 else if(cb == comm_point_tcp_accept_callback) in UB_EV_BITS_CB()
H A Dnetevent.h830 void comm_point_tcp_accept_callback(int fd, short event, void* arg);
H A Dfptr_wlist.c175 else if(fptr == &comm_point_tcp_accept_callback) return 1; in fptr_whitelist_event()
H A Dnetevent.c1413 comm_point_tcp_accept_callback(int fd, short event, void* arg) function
4356 comm_point_tcp_accept_callback, c);
/openbsd/sbin/unwind/libunbound/util/
H A Dub_event_pluggable.c94 UB_EV_BITS_CB(comm_point_tcp_accept_callback) in UB_EV_BITS_CB() argument
109 else if(cb == comm_point_tcp_accept_callback) in UB_EV_BITS_CB()
H A Dnetevent.h830 void comm_point_tcp_accept_callback(int fd, short event, void* arg);
H A Dfptr_wlist.c175 else if(fptr == &comm_point_tcp_accept_callback) return 1; in fptr_whitelist_event()
H A Dnetevent.c1413 comm_point_tcp_accept_callback(int fd, short event, void* arg) function
4356 comm_point_tcp_accept_callback, c);
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c1464 void comm_point_tcp_accept_callback(int ATTR_UNUSED(fd), in comm_point_tcp_accept_callback() function