Home
last modified time | relevance | path

Searched refs:comm_point_udp_ancil_callback (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/unbound/util/
Dnetevent.h620 void comm_point_udp_ancil_callback(int fd, short event, void* arg);
Dfptr_wlist.c139 else if(fptr == &comm_point_udp_ancil_callback) return 1; in fptr_whitelist_event()
Dnetevent.c574 comm_point_udp_ancil_callback(int fd, short event, void* arg) in comm_point_udp_ancil_callback() function
1604 event_set(&c->ev->ev, c->fd, evbits, comm_point_udp_ancil_callback, c);