Home
last modified time | relevance | path

Searched refs:serviced_query (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sbin/unwind/libunbound/services/
Doutside_network.h62 struct serviced_query;
334 struct serviced_query* sq;
423 struct serviced_query* sq;
450 struct serviced_query { struct
597 struct pending* pending_udp_query(struct serviced_query* sq,
613 struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
659 struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
674 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
691 size_t serviced_get_mem(struct serviced_query* sq);
Doutbound_list.h45 struct serviced_query;
67 struct serviced_query* qsent;
Doutside_network.c84 static void serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff);
94 static int serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff);
97 static int serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff);
100 static void serviced_callbacks(struct serviced_query* sq, int error,
119 struct serviced_query* q1 = (struct serviced_query*)key1; in serviced_cmp()
120 struct serviced_query* q2 = (struct serviced_query*)key2; in serviced_cmp()
1234 ((struct serviced_query*)w->cb_arg)->to_be_deleted = 1;
1823 struct serviced_query* sq = (struct serviced_query*)node;
2259 pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet,
2419 pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
[all …]
/openbsd/src/usr.sbin/unbound/services/
Doutside_network.h62 struct serviced_query;
334 struct serviced_query* sq;
423 struct serviced_query* sq;
450 struct serviced_query { struct
597 struct pending* pending_udp_query(struct serviced_query* sq,
613 struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
659 struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
674 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
691 size_t serviced_get_mem(struct serviced_query* sq);
Doutbound_list.h45 struct serviced_query;
67 struct serviced_query* qsent;
Doutside_network.c84 static void serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff);
94 static int serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff);
97 static int serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff);
100 static void serviced_callbacks(struct serviced_query* sq, int error,
119 struct serviced_query* q1 = (struct serviced_query*)key1; in serviced_cmp()
120 struct serviced_query* q2 = (struct serviced_query*)key2; in serviced_cmp()
1234 ((struct serviced_query*)w->cb_arg)->to_be_deleted = 1;
1823 struct serviced_query* sq = (struct serviced_query*)node;
2259 pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet,
2419 pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
[all …]
/openbsd/src/usr.sbin/unbound/testcode/
Dfake_event.c1149 pending_udp_query(struct serviced_query* sq, sldns_buffer* packet, in pending_udp_query()
1199 pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet, in pending_tcp_query()
1248 struct serviced_query* outnet_serviced_query(struct outside_network* outnet, in outnet_serviced_query()
1370 return (struct serviced_query*)pend; in outnet_serviced_query()
1373 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg) in outnet_serviced_query_stop()
1482 size_t serviced_get_mem(struct serviced_query* ATTR_UNUSED(c)) in serviced_get_mem()
/openbsd/src/usr.sbin/unbound/daemon/
Dworker.c118 struct serviced_query* ATTR_UNUSED(cur_serv)) in worker_mem_report()
249 struct serviced_query *sq = e->qsent; in worker_handle_service_reply()
/openbsd/src/usr.sbin/unbound/doc/
DChangelog1559 - Add a region to serviced_query for allocations.
7374 serviced_query, without race conditions or administration issues.