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
1249
((struct serviced_query*)w->cb_arg)->to_be_deleted = 1;
sbin/unwind/libunbound/services/outside_network.c
1838
struct serviced_query* sq = (struct serviced_query*)node;
sbin/unwind/libunbound/services/outside_network.c
2274
pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet,
sbin/unwind/libunbound/services/outside_network.c
2434
pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
sbin/unwind/libunbound/services/outside_network.c
2582
static struct serviced_query*
sbin/unwind/libunbound/services/outside_network.c
2587
struct serviced_query key;
sbin/unwind/libunbound/services/outside_network.c
2596
return (struct serviced_query*)rbtree_search(outnet->serviced, &key);
sbin/unwind/libunbound/services/outside_network.c
2602
struct serviced_query* sq = (struct serviced_query*)arg;
sbin/unwind/libunbound/services/outside_network.c
2626
static struct serviced_query*
sbin/unwind/libunbound/services/outside_network.c
2634
struct serviced_query* sq = (struct serviced_query*)malloc(sizeof(*sq));
sbin/unwind/libunbound/services/outside_network.c
2710
struct serviced_query* sq)
sbin/unwind/libunbound/services/outside_network.c
2750
serviced_delete(struct serviced_query* sq)
sbin/unwind/libunbound/services/outside_network.c
2850
serviced_query_udp_size(struct serviced_query* sq, enum serviced_query_status status) {
sbin/unwind/libunbound/services/outside_network.c
2870
serviced_encode(struct serviced_query* sq, sldns_buffer* buff, int with_edns)
sbin/unwind/libunbound/services/outside_network.c
2917
serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff)
sbin/unwind/libunbound/services/outside_network.c
2999
serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c,
sbin/unwind/libunbound/services/outside_network.c
3091
struct serviced_query* sq = (struct serviced_query*)arg;
sbin/unwind/libunbound/services/outside_network.c
3187
serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff)
sbin/unwind/libunbound/services/outside_network.c
3208
serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff)
sbin/unwind/libunbound/services/outside_network.c
3279
struct serviced_query* sq = (struct serviced_query*)arg;
sbin/unwind/libunbound/services/outside_network.c
3422
struct serviced_query*
sbin/unwind/libunbound/services/outside_network.c
3431
struct serviced_query* sq;
sbin/unwind/libunbound/services/outside_network.c
3550
callback_list_remove(struct serviced_query* sq, void* cb_arg)
sbin/unwind/libunbound/services/outside_network.c
3563
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg)
sbin/unwind/libunbound/services/outside_network.c
3897
struct serviced_query* sq;
sbin/unwind/libunbound/services/outside_network.c
3928
RBTREE_FOR(sq, struct serviced_query*, outnet->serviced) {
sbin/unwind/libunbound/services/outside_network.c
3937
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
334
struct serviced_query* sq;
sbin/unwind/libunbound/services/outside_network.h
423
struct serviced_query* sq;
sbin/unwind/libunbound/services/outside_network.h
597
struct pending* pending_udp_query(struct serviced_query* sq,
sbin/unwind/libunbound/services/outside_network.h
613
struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
sbin/unwind/libunbound/services/outside_network.h
62
struct serviced_query;
sbin/unwind/libunbound/services/outside_network.h
659
struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
sbin/unwind/libunbound/services/outside_network.h
674
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
sbin/unwind/libunbound/services/outside_network.h
691
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
1249
((struct serviced_query*)w->cb_arg)->to_be_deleted = 1;
usr.sbin/unbound/services/outside_network.c
1838
struct serviced_query* sq = (struct serviced_query*)node;
usr.sbin/unbound/services/outside_network.c
2274
pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet,
usr.sbin/unbound/services/outside_network.c
2434
pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
usr.sbin/unbound/services/outside_network.c
2582
static struct serviced_query*
usr.sbin/unbound/services/outside_network.c
2587
struct serviced_query key;
usr.sbin/unbound/services/outside_network.c
2596
return (struct serviced_query*)rbtree_search(outnet->serviced, &key);
usr.sbin/unbound/services/outside_network.c
2602
struct serviced_query* sq = (struct serviced_query*)arg;
usr.sbin/unbound/services/outside_network.c
2626
static struct serviced_query*
usr.sbin/unbound/services/outside_network.c
2634
struct serviced_query* sq = (struct serviced_query*)malloc(sizeof(*sq));
usr.sbin/unbound/services/outside_network.c
2710
struct serviced_query* sq)
usr.sbin/unbound/services/outside_network.c
2750
serviced_delete(struct serviced_query* sq)
usr.sbin/unbound/services/outside_network.c
2850
serviced_query_udp_size(struct serviced_query* sq, enum serviced_query_status status) {
usr.sbin/unbound/services/outside_network.c
2870
serviced_encode(struct serviced_query* sq, sldns_buffer* buff, int with_edns)
usr.sbin/unbound/services/outside_network.c
2917
serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff)
usr.sbin/unbound/services/outside_network.c
2999
serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c,
usr.sbin/unbound/services/outside_network.c
3091
struct serviced_query* sq = (struct serviced_query*)arg;
usr.sbin/unbound/services/outside_network.c
3187
serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff)
usr.sbin/unbound/services/outside_network.c
3208
serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff)
usr.sbin/unbound/services/outside_network.c
3279
struct serviced_query* sq = (struct serviced_query*)arg;
usr.sbin/unbound/services/outside_network.c
3422
struct serviced_query*
usr.sbin/unbound/services/outside_network.c
3431
struct serviced_query* sq;
usr.sbin/unbound/services/outside_network.c
3550
callback_list_remove(struct serviced_query* sq, void* cb_arg)
usr.sbin/unbound/services/outside_network.c
3563
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg)
usr.sbin/unbound/services/outside_network.c
3897
struct serviced_query* sq;
usr.sbin/unbound/services/outside_network.c
3928
RBTREE_FOR(sq, struct serviced_query*, outnet->serviced) {
usr.sbin/unbound/services/outside_network.c
3937
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
334
struct serviced_query* sq;
usr.sbin/unbound/services/outside_network.h
423
struct serviced_query* sq;
usr.sbin/unbound/services/outside_network.h
597
struct pending* pending_udp_query(struct serviced_query* sq,
usr.sbin/unbound/services/outside_network.h
613
struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
usr.sbin/unbound/services/outside_network.h
62
struct serviced_query;
usr.sbin/unbound/services/outside_network.h
659
struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
usr.sbin/unbound/services/outside_network.h
674
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg);
usr.sbin/unbound/services/outside_network.h
691
size_t serviced_get_mem(struct serviced_query* sq);
usr.sbin/unbound/testcode/fake_event.c
1170
pending_udp_query(struct serviced_query* sq, sldns_buffer* packet,
usr.sbin/unbound/testcode/fake_event.c
1220
pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet,
usr.sbin/unbound/testcode/fake_event.c
1269
struct serviced_query* outnet_serviced_query(struct outside_network* outnet,
usr.sbin/unbound/testcode/fake_event.c
1397
return (struct serviced_query*)pend;
usr.sbin/unbound/testcode/fake_event.c
1400
void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg)
usr.sbin/unbound/testcode/fake_event.c
1514
size_t serviced_get_mem(struct serviced_query* ATTR_UNUSED(c))