Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Doutside_network.h816 int outnet_udp_cb(struct comm_point* c, void* arg, int error,
H A Doutside_network.c1480 outnet_udp_cb(struct comm_point* c, void* arg, int error,
1773 outnet->udp_buff, 0, outnet_udp_cb, outnet, NULL);
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c109 else if(fptr == &outnet_udp_cb) return 1; in fptr_whitelist_comm_point()
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c1520 int outnet_udp_cb(struct comm_point* ATTR_UNUSED(c), in outnet_udp_cb() function