Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Doutside_network.h820 int outnet_tcp_cb(struct comm_point* c, void* arg, int error,
H A Doutside_network.c1295 outnet_tcp_cb(struct comm_point* c, void* arg, int error,
1641 outnet->base, bufsize, outnet_tcp_cb,
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c110 else if(fptr == &outnet_tcp_cb) return 1; in fptr_whitelist_comm_point()
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c1528 int outnet_tcp_cb(struct comm_point* ATTR_UNUSED(c), in outnet_tcp_cb() function