Symbol: serviced_query
sbin/unwind/libunbound/services/outbound_list.h
45
struct serviced_query;
sbin/unwind/libunbound/services/outbound_list.h
67
struct serviced_query* qsent;
sbin/unwind/libunbound/services/outside_network.c
100
static void serviced_callbacks(struct serviced_query* sq, int error,
sbin/unwind/libunbound/services/outside_network.c
119
struct serviced_query* q1 = (struct serviced_query*)key1;
sbin/unwind/libunbound/services/outside_network.c
120
struct serviced_query* q2 = (struct serviced_query*)key2;
sbin/unwind/libunbound/services/outside_network.c
1297
((struct serviced_query*)w->cb_arg)->to_be_deleted = 1;
sbin/unwind/libunbound/services/outside_network.c
1887
struct serviced_query* sq = (struct serviced_query*)node;
sbin/unwind/libunbound/services/outside_network.c
2327
pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet,
sbin/unwind/libunbound/services/outside_network.c
2487
pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
sbin/unwind/libunbound/services/outside_network.c
2644
static struct serviced_query*
sbin/unwind/libunbound/services/outside_network.c
2649
struct serviced_query key;
sbin/unwind/libunbound/services/outside_network.c
2658
return (struct serviced_query*)rbtree_search(outnet->serviced, &key);
sbin/unwind/libunbound/services/outside_network.c
2664
struct serviced_query* sq = (struct serviced_query*)arg;
sbin/unwind/libunbound/services/outside_network.c
2688
static struct serviced_query*
sbin/unwind/libunbound/services/outside_network.c
2696
struct serviced_query* sq = (struct serviced_query*)malloc(sizeof(*sq));
sbin/unwind/libunbound/services/outside_network.c
2772
struct serviced_query* sq)
sbin/unwind/libunbound/services/outside_network.c
2812
serviced_delete(struct serviced_query* sq)
sbin/unwind/libunbound/services/outside_network.c
2912
serviced_query_udp_size(struct serviced_query* sq, enum serviced_query_status status) {
sbin/unwind/libunbound/services/outside_network.c
2932
serviced_encode(struct serviced_query* sq, sldns_buffer* buff, int with_edns)
sbin/unwind/libunbound/services/outside_network.c
2979
serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff)
sbin/unwind/libunbound/services/outside_network.c
3061
serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c,
sbin/unwind/libunbound/services/outside_network.c
3153
struct serviced_query* sq = (struct serviced_query*)arg;
sbin/unwind/libunbound/services/outside_network.c
3249
serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff)
sbin/unwind/libunbound/services/outside_network.c
3270
serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff)
sbin/unwind/libunbound/services/outside_network.c
3341
struct serviced_query* sq = (struct serviced_query*)arg;
sbin/unwind/libunbound/services/outside_network.c
3484
struct serviced_query*
sbin/unwind/libunbound/services/outside_network.c
3493
struct serviced_query* sq;
sbin/unwind/libunbound/services/outside_network.c
3612
callback_list_remove(struct serviced_query* sq, void* cb_arg)
sbin/unwind/libunbound/services/outside_network.c
3625
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg)
sbin/unwind/libunbound/services/outside_network.c
3968
struct serviced_query* sq;
sbin/unwind/libunbound/services/outside_network.c
3999
RBTREE_FOR(sq, struct serviced_query*, outnet->serviced) {
sbin/unwind/libunbound/services/outside_network.c
4008
serviced_get_mem(struct serviced_query* sq)
sbin/unwind/libunbound/services/outside_network.c
84
static void serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff);
sbin/unwind/libunbound/services/outside_network.c
94
static int serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff);
sbin/unwind/libunbound/services/outside_network.c
97
static int serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff);
sbin/unwind/libunbound/services/outside_network.h
379
struct serviced_query* sq;
sbin/unwind/libunbound/services/outside_network.h
468
struct serviced_query* sq;
sbin/unwind/libunbound/services/outside_network.h
641
struct pending* pending_udp_query(struct serviced_query* sq,
sbin/unwind/libunbound/services/outside_network.h
657
struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
sbin/unwind/libunbound/services/outside_network.h
66
struct serviced_query;
sbin/unwind/libunbound/services/outside_network.h
703
struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
sbin/unwind/libunbound/services/outside_network.h
718
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
sbin/unwind/libunbound/services/outside_network.h
735
size_t serviced_get_mem(struct serviced_query* sq);
usr.sbin/unbound/daemon/worker.c
118
struct serviced_query* ATTR_UNUSED(cur_serv))
usr.sbin/unbound/daemon/worker.c
249
struct serviced_query *sq = e->qsent;
usr.sbin/unbound/services/outbound_list.h
45
struct serviced_query;
usr.sbin/unbound/services/outbound_list.h
67
struct serviced_query* qsent;
usr.sbin/unbound/services/outside_network.c
100
static void serviced_callbacks(struct serviced_query* sq, int error,
usr.sbin/unbound/services/outside_network.c
119
struct serviced_query* q1 = (struct serviced_query*)key1;
usr.sbin/unbound/services/outside_network.c
120
struct serviced_query* q2 = (struct serviced_query*)key2;
usr.sbin/unbound/services/outside_network.c
1297
((struct serviced_query*)w->cb_arg)->to_be_deleted = 1;
usr.sbin/unbound/services/outside_network.c
1887
struct serviced_query* sq = (struct serviced_query*)node;
usr.sbin/unbound/services/outside_network.c
2327
pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet,
usr.sbin/unbound/services/outside_network.c
2487
pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
usr.sbin/unbound/services/outside_network.c
2644
static struct serviced_query*
usr.sbin/unbound/services/outside_network.c
2649
struct serviced_query key;
usr.sbin/unbound/services/outside_network.c
2658
return (struct serviced_query*)rbtree_search(outnet->serviced, &key);
usr.sbin/unbound/services/outside_network.c
2664
struct serviced_query* sq = (struct serviced_query*)arg;
usr.sbin/unbound/services/outside_network.c
2688
static struct serviced_query*
usr.sbin/unbound/services/outside_network.c
2696
struct serviced_query* sq = (struct serviced_query*)malloc(sizeof(*sq));
usr.sbin/unbound/services/outside_network.c
2772
struct serviced_query* sq)
usr.sbin/unbound/services/outside_network.c
2812
serviced_delete(struct serviced_query* sq)
usr.sbin/unbound/services/outside_network.c
2912
serviced_query_udp_size(struct serviced_query* sq, enum serviced_query_status status) {
usr.sbin/unbound/services/outside_network.c
2932
serviced_encode(struct serviced_query* sq, sldns_buffer* buff, int with_edns)
usr.sbin/unbound/services/outside_network.c
2979
serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff)
usr.sbin/unbound/services/outside_network.c
3061
serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c,
usr.sbin/unbound/services/outside_network.c
3153
struct serviced_query* sq = (struct serviced_query*)arg;
usr.sbin/unbound/services/outside_network.c
3249
serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff)
usr.sbin/unbound/services/outside_network.c
3270
serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff)
usr.sbin/unbound/services/outside_network.c
3341
struct serviced_query* sq = (struct serviced_query*)arg;
usr.sbin/unbound/services/outside_network.c
3484
struct serviced_query*
usr.sbin/unbound/services/outside_network.c
3493
struct serviced_query* sq;
usr.sbin/unbound/services/outside_network.c
3612
callback_list_remove(struct serviced_query* sq, void* cb_arg)
usr.sbin/unbound/services/outside_network.c
3625
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg)
usr.sbin/unbound/services/outside_network.c
3968
struct serviced_query* sq;
usr.sbin/unbound/services/outside_network.c
3999
RBTREE_FOR(sq, struct serviced_query*, outnet->serviced) {
usr.sbin/unbound/services/outside_network.c
4008
serviced_get_mem(struct serviced_query* sq)
usr.sbin/unbound/services/outside_network.c
84
static void serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff);
usr.sbin/unbound/services/outside_network.c
94
static int serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff);
usr.sbin/unbound/services/outside_network.c
97
static int serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff);
usr.sbin/unbound/services/outside_network.h
379
struct serviced_query* sq;
usr.sbin/unbound/services/outside_network.h
468
struct serviced_query* sq;
usr.sbin/unbound/services/outside_network.h
641
struct pending* pending_udp_query(struct serviced_query* sq,
usr.sbin/unbound/services/outside_network.h
657
struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
usr.sbin/unbound/services/outside_network.h
66
struct serviced_query;
usr.sbin/unbound/services/outside_network.h
703
struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
usr.sbin/unbound/services/outside_network.h
718
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
usr.sbin/unbound/services/outside_network.h
735
size_t serviced_get_mem(struct serviced_query* sq);
usr.sbin/unbound/testcode/fake_event.c
1171
pending_udp_query(struct serviced_query* sq, sldns_buffer* packet,
usr.sbin/unbound/testcode/fake_event.c
1221
pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
usr.sbin/unbound/testcode/fake_event.c
1270
struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
usr.sbin/unbound/testcode/fake_event.c
1398
return (struct serviced_query*)pend;
usr.sbin/unbound/testcode/fake_event.c
1401
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg)
usr.sbin/unbound/testcode/fake_event.c
1515
size_t serviced_get_mem(struct serviced_query* ATTR_UNUSED(c))