Home
last modified time | relevance | path

Searched refs:serviced_tcp_callback (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/services/
H A Doutside_network.h840 int serviced_tcp_callback(struct comm_point* c, void* arg, int error,
H A Doutside_network.c3088 serviced_tcp_callback(struct comm_point* c, void* arg, int error,
3196 serviced_tcp_callback, sq);
3232 serviced_tcp_callback, sq);
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c223 if(fptr == &serviced_tcp_callback) return 1;
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c1624 int serviced_tcp_callback(struct comm_point* ATTR_UNUSED(c), in serviced_tcp_callback() function