Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/services/
H A Doutside_network.h818 int outnet_tcp_cb(struct comm_point* c, void* arg, int error,
H A Doutside_network.c1280 outnet_tcp_cb(struct comm_point* c, void* arg, int error,
1626 outnet->base, bufsize, outnet_tcp_cb,
/openbsd/sbin/unwind/libunbound/services/
H A Doutside_network.h818 int outnet_tcp_cb(struct comm_point* c, void* arg, int error,
H A Doutside_network.c1280 outnet_tcp_cb(struct comm_point* c, void* arg, int error,
1626 outnet->base, bufsize, outnet_tcp_cb,
/openbsd/sbin/unwind/libunbound/util/
H A Dfptr_wlist.c108 else if(fptr == &outnet_tcp_cb) return 1; in fptr_whitelist_comm_point()
/openbsd/usr.sbin/unbound/util/
H A Dfptr_wlist.c108 else if(fptr == &outnet_tcp_cb) return 1; in fptr_whitelist_comm_point()
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c1496 int outnet_tcp_cb(struct comm_point* ATTR_UNUSED(c), in outnet_tcp_cb() function