Searched refs:comm_point_udp_callback (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | ub_event.c | 97 UB_EV_BITS_CB(comm_point_udp_callback); in UB_EV_BITS_CB() 131 if(cb == comm_point_udp_callback) in UB_EV_BITS_CB()
|
| H A D | ub_event_pluggable.c | 92 UB_EV_BITS_CB(comm_point_udp_callback); 105 if(cb == comm_point_udp_callback) in UB_EV_BITS_CB()
|
| H A D | netevent.h | 875 void comm_point_udp_callback(int fd, short event, void* arg);
|
| H A D | fptr_wlist.c | 177 if(fptr == &comm_point_udp_callback) return 1; in fptr_whitelist_event()
|
| H A D | netevent.c | 1130 comm_point_udp_callback(int fd, short event, void* arg) function 5794 comm_point_udp_callback, c);
|
| /freebsd/contrib/unbound/testcode/ |
| H A D | fake_event.c | 1556 void comm_point_udp_callback(int ATTR_UNUSED(fd), short ATTR_UNUSED(event), in comm_point_udp_callback() function
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 3410 @@ -685,6 +691,9 @@ comm_point_udp_callback(int fd, short event, void* arg) 3420 @@ -728,6 +737,9 @@ comm_point_udp_callback(int fd, short event, void* arg)
|