Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dub_event.c93 UB_EV_BITS_CB(comm_point_tcp_handle_callback) in UB_EV_BITS_CB()
110 else if(cb == comm_point_tcp_handle_callback) in UB_EV_BITS_CB()
H A Dub_event_pluggable.c95 UB_EV_BITS_CB(comm_point_tcp_handle_callback) in UB_EV_BITS_CB()
111 else if(cb == comm_point_tcp_handle_callback) in UB_EV_BITS_CB()
H A Dnetevent.h840 void comm_point_tcp_handle_callback(int fd, short event, void* arg);
H A Dfptr_wlist.c176 else if(fptr == &comm_point_tcp_handle_callback) return 1; in fptr_whitelist_event()
H A Dnetevent.c1462 comm_point_tcp_handle_callback, c_hdl);
2797 comm_point_tcp_handle_callback(int fd, short event, void* arg) function
4150 comm_point_tcp_handle_callback, c);
4441 comm_point_tcp_handle_callback, c);
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1470 void comm_point_tcp_handle_callback(int ATTR_UNUSED(fd), in comm_point_tcp_handle_callback() function