sbin/unwind/libunbound/iterator/iterator.c
829
struct mesh_state* sub = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
2170
mesh_state_remove_reply(open->mesh, open->mesh_state, req->cp);
sbin/unwind/libunbound/services/listen_dnsport.c
2195
tcp_req_info_remove_mesh_state(struct tcp_req_info* req, struct mesh_state* m)
sbin/unwind/libunbound/services/listen_dnsport.c
2201
if(open->mesh_state == m) {
sbin/unwind/libunbound/services/listen_dnsport.c
2394
struct mesh_area* mesh, struct mesh_state* m)
sbin/unwind/libunbound/services/listen_dnsport.c
2402
item->mesh_state = m;
sbin/unwind/libunbound/services/listen_dnsport.h
359
struct mesh_state* mesh_state;
sbin/unwind/libunbound/services/listen_dnsport.h
404
struct mesh_state* m);
sbin/unwind/libunbound/services/listen_dnsport.h
430
struct mesh_area* mesh, struct mesh_state* m);
sbin/unwind/libunbound/services/mesh.c
1042
mesh_state_make_unique(struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
1048
mesh_state_cleanup(struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
1102
struct mesh_state* mstate;
sbin/unwind/libunbound/services/mesh.c
1137
find_in_subsub(struct mesh_state* m, struct mesh_state* tofind, size_t *c)
sbin/unwind/libunbound/services/mesh.c
1151
mesh_detect_cycle_found(struct module_qstate* qstate, struct mesh_state* dep_m)
sbin/unwind/libunbound/services/mesh.c
1153
struct mesh_state* cyc_m = qstate->mesh_info;
sbin/unwind/libunbound/services/mesh.c
1194
struct mesh_state** sub)
sbin/unwind/libunbound/services/mesh.c
1242
struct mesh_state* sub = NULL;
sbin/unwind/libunbound/services/mesh.c
1260
int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub)
sbin/unwind/libunbound/services/mesh.c
1307
mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep,
sbin/unwind/libunbound/services/mesh.c
1372
mesh_is_rpz_respip_tcponly_action(struct mesh_state const* m)
sbin/unwind/libunbound/services/mesh.c
1390
mesh_find_and_attach_ede_and_reason(struct mesh_state* m,
sbin/unwind/libunbound/services/mesh.c
1425
mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep,
sbin/unwind/libunbound/services/mesh.c
1462
r->h2_stream->mesh_state = NULL;
sbin/unwind/libunbound/services/mesh.c
1597
struct mesh_state* sub;
sbin/unwind/libunbound/services/mesh.c
163
struct mesh_state* a = (struct mesh_state*)ap;
sbin/unwind/libunbound/services/mesh.c
164
struct mesh_state* b = (struct mesh_state*)bp;
sbin/unwind/libunbound/services/mesh.c
1697
void mesh_query_done(struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
1853
void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
1870
struct mesh_state* mesh_area_find(struct mesh_area* mesh,
sbin/unwind/libunbound/services/mesh.c
1874
struct mesh_state key;
sbin/unwind/libunbound/services/mesh.c
1875
struct mesh_state* result;
sbin/unwind/libunbound/services/mesh.c
1888
result = (struct mesh_state*)rbtree_search(&mesh->all, &key);
sbin/unwind/libunbound/services/mesh.c
1893
int mesh_state_del_cb(struct mesh_state* s, mesh_cb_func_type cb, void* cb_arg)
sbin/unwind/libunbound/services/mesh.c
1911
int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
sbin/unwind/libunbound/services/mesh.c
1941
int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns,
sbin/unwind/libunbound/services/mesh.c
2025
mesh_copy_qinfo(struct mesh_state* mstate, struct query_info** qinfop,
sbin/unwind/libunbound/services/mesh.c
2058
mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate,
sbin/unwind/libunbound/services/mesh.c
2171
void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
sbin/unwind/libunbound/services/mesh.c
2197
mstate = (struct mesh_state*)mesh->run.root->key;
sbin/unwind/libunbound/services/mesh.c
2211
struct mesh_state* m;
sbin/unwind/libunbound/services/mesh.c
2213
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
sbin/unwind/libunbound/services/mesh.c
2282
struct mesh_state* m;
sbin/unwind/libunbound/services/mesh.c
2286
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
sbin/unwind/libunbound/services/mesh.c
2298
struct mesh_state* dep_m = NULL;
sbin/unwind/libunbound/services/mesh.c
2303
void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
sbin/unwind/libunbound/services/mesh.c
2304
struct mesh_state** lp)
sbin/unwind/libunbound/services/mesh.c
2315
void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
sbin/unwind/libunbound/services/mesh.c
2316
struct mesh_state** lp)
sbin/unwind/libunbound/services/mesh.c
2326
void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
sbin/unwind/libunbound/services/mesh.c
2395
struct mesh_state* mstate = (struct mesh_state*) arg;
sbin/unwind/libunbound/services/mesh.c
250
struct mesh_state* mstate = (struct mesh_state*)n->key;
sbin/unwind/libunbound/services/mesh.c
2596
mesh_respond_serve_expired(struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
2613
struct mesh_state* s = NULL;
sbin/unwind/libunbound/services/mesh.c
294
struct mesh_state* m = mesh->jostle_first;
sbin/unwind/libunbound/services/mesh.c
390
mesh_serve_expired_init(struct mesh_state* mstate, int timeout)
sbin/unwind/libunbound/services/mesh.c
429
struct mesh_state* s = NULL;
sbin/unwind/libunbound/services/mesh.c
603
struct mesh_state* s = NULL;
sbin/unwind/libunbound/services/mesh.c
705
struct mesh_state* s = mesh_area_find(mesh, NULL, qinfo,
sbin/unwind/libunbound/services/mesh.c
782
struct mesh_state* s = NULL;
sbin/unwind/libunbound/services/mesh.c
962
struct mesh_state*
sbin/unwind/libunbound/services/mesh.c
968
struct mesh_state* mstate;
sbin/unwind/libunbound/services/mesh.c
972
mstate = (struct mesh_state*)regional_alloc(region,
sbin/unwind/libunbound/services/mesh.c
973
sizeof(struct mesh_state));
sbin/unwind/libunbound/services/mesh.h
155
struct mesh_state* forever_first;
sbin/unwind/libunbound/services/mesh.h
157
struct mesh_state* forever_last;
sbin/unwind/libunbound/services/mesh.h
161
struct mesh_state* jostle_first;
sbin/unwind/libunbound/services/mesh.h
163
struct mesh_state* jostle_last;
sbin/unwind/libunbound/services/mesh.h
204
struct mesh_state* prev;
sbin/unwind/libunbound/services/mesh.h
206
struct mesh_state* next;
sbin/unwind/libunbound/services/mesh.h
211
struct mesh_state* unique;
sbin/unwind/libunbound/services/mesh.h
225
struct mesh_state* s;
sbin/unwind/libunbound/services/mesh.h
439
struct mesh_state** sub);
sbin/unwind/libunbound/services/mesh.h
456
void mesh_query_done(struct mesh_state* mstate);
sbin/unwind/libunbound/services/mesh.h
469
void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate);
sbin/unwind/libunbound/services/mesh.h
492
struct mesh_state* mesh_state_create(struct module_env* env,
sbin/unwind/libunbound/services/mesh.h
501
void mesh_state_make_unique(struct mesh_state* mstate);
sbin/unwind/libunbound/services/mesh.h
509
void mesh_state_cleanup(struct mesh_state* mstate);
sbin/unwind/libunbound/services/mesh.h
529
struct mesh_state* mesh_area_find(struct mesh_area* mesh,
sbin/unwind/libunbound/services/mesh.h
541
int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub);
sbin/unwind/libunbound/services/mesh.h
554
int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns,
sbin/unwind/libunbound/services/mesh.h
57
struct mesh_state;
sbin/unwind/libunbound/services/mesh.h
570
int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
sbin/unwind/libunbound/services/mesh.h
583
void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
sbin/unwind/libunbound/services/mesh.h
655
void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
sbin/unwind/libunbound/services/mesh.h
656
struct mesh_state** lp);
sbin/unwind/libunbound/services/mesh.h
664
void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
sbin/unwind/libunbound/services/mesh.h
665
struct mesh_state** lp);
sbin/unwind/libunbound/services/mesh.h
674
void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
sbin/unwind/libunbound/services/mesh.h
711
void mesh_respond_serve_expired(struct mesh_state* mstate);
sbin/unwind/libunbound/util/fptr_wlist.c
393
struct mesh_state** sub))
sbin/unwind/libunbound/util/fptr_wlist.h
246
struct module_qstate** newq, struct mesh_state** sub));
sbin/unwind/libunbound/util/module.h
175
struct mesh_state;
sbin/unwind/libunbound/util/module.h
454
struct mesh_state** sub);
sbin/unwind/libunbound/util/module.h
666
struct mesh_state* mesh_info;
sbin/unwind/libunbound/util/netevent.c
3173
if(h2_stream->mesh_state) {
sbin/unwind/libunbound/util/netevent.c
3174
mesh_state_remove_reply(h2_stream->mesh, h2_stream->mesh_state,
sbin/unwind/libunbound/util/netevent.c
3176
h2_stream->mesh_state = NULL;
sbin/unwind/libunbound/util/netevent.c
5105
struct mesh_area* mesh, struct mesh_state* m)
sbin/unwind/libunbound/util/netevent.c
5108
h2_stream->mesh_state = m;
sbin/unwind/libunbound/util/netevent.c
5115
h2_stream->mesh_state = NULL;
sbin/unwind/libunbound/util/netevent.h
1031
struct mesh_area* mesh, struct mesh_state* m);
sbin/unwind/libunbound/util/netevent.h
84
struct mesh_state;
sbin/unwind/libunbound/util/netevent.h
998
struct mesh_state* mesh_state;
sbin/unwind/libunbound/validator/validator.c
496
struct mesh_state* sub = NULL;
usr.sbin/unbound/daemon/remote.c
2981
get_mesh_age(struct mesh_state* m, char* buf, size_t len,
usr.sbin/unbound/daemon/remote.c
3000
get_mesh_status(struct mesh_area* mesh, struct mesh_state* m,
usr.sbin/unbound/daemon/remote.c
3057
struct mesh_state* m;
usr.sbin/unbound/daemon/remote.c
3069
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
usr.sbin/unbound/iterator/iterator.c
829
struct mesh_state* sub = NULL;
usr.sbin/unbound/services/listen_dnsport.c
2170
mesh_state_remove_reply(open->mesh, open->mesh_state, req->cp);
usr.sbin/unbound/services/listen_dnsport.c
2195
tcp_req_info_remove_mesh_state(struct tcp_req_info* req, struct mesh_state* m)
usr.sbin/unbound/services/listen_dnsport.c
2201
if(open->mesh_state == m) {
usr.sbin/unbound/services/listen_dnsport.c
2394
struct mesh_area* mesh, struct mesh_state* m)
usr.sbin/unbound/services/listen_dnsport.c
2402
item->mesh_state = m;
usr.sbin/unbound/services/listen_dnsport.h
359
struct mesh_state* mesh_state;
usr.sbin/unbound/services/listen_dnsport.h
404
struct mesh_state* m);
usr.sbin/unbound/services/listen_dnsport.h
430
struct mesh_area* mesh, struct mesh_state* m);
usr.sbin/unbound/services/mesh.c
1042
mesh_state_make_unique(struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
1048
mesh_state_cleanup(struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
1102
struct mesh_state* mstate;
usr.sbin/unbound/services/mesh.c
1137
find_in_subsub(struct mesh_state* m, struct mesh_state* tofind, size_t *c)
usr.sbin/unbound/services/mesh.c
1151
mesh_detect_cycle_found(struct module_qstate* qstate, struct mesh_state* dep_m)
usr.sbin/unbound/services/mesh.c
1153
struct mesh_state* cyc_m = qstate->mesh_info;
usr.sbin/unbound/services/mesh.c
1194
struct mesh_state** sub)
usr.sbin/unbound/services/mesh.c
1242
struct mesh_state* sub = NULL;
usr.sbin/unbound/services/mesh.c
1260
int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub)
usr.sbin/unbound/services/mesh.c
1307
mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep,
usr.sbin/unbound/services/mesh.c
1372
mesh_is_rpz_respip_tcponly_action(struct mesh_state const* m)
usr.sbin/unbound/services/mesh.c
1390
mesh_find_and_attach_ede_and_reason(struct mesh_state* m,
usr.sbin/unbound/services/mesh.c
1425
mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep,
usr.sbin/unbound/services/mesh.c
1462
r->h2_stream->mesh_state = NULL;
usr.sbin/unbound/services/mesh.c
1597
struct mesh_state* sub;
usr.sbin/unbound/services/mesh.c
163
struct mesh_state* a = (struct mesh_state*)ap;
usr.sbin/unbound/services/mesh.c
164
struct mesh_state* b = (struct mesh_state*)bp;
usr.sbin/unbound/services/mesh.c
1697
void mesh_query_done(struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
1853
void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
1870
struct mesh_state* mesh_area_find(struct mesh_area* mesh,
usr.sbin/unbound/services/mesh.c
1874
struct mesh_state key;
usr.sbin/unbound/services/mesh.c
1875
struct mesh_state* result;
usr.sbin/unbound/services/mesh.c
1888
result = (struct mesh_state*)rbtree_search(&mesh->all, &key);
usr.sbin/unbound/services/mesh.c
1893
int mesh_state_del_cb(struct mesh_state* s, mesh_cb_func_type cb, void* cb_arg)
usr.sbin/unbound/services/mesh.c
1911
int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
usr.sbin/unbound/services/mesh.c
1941
int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns,
usr.sbin/unbound/services/mesh.c
2025
mesh_copy_qinfo(struct mesh_state* mstate, struct query_info** qinfop,
usr.sbin/unbound/services/mesh.c
2058
mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate,
usr.sbin/unbound/services/mesh.c
2171
void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
usr.sbin/unbound/services/mesh.c
2197
mstate = (struct mesh_state*)mesh->run.root->key;
usr.sbin/unbound/services/mesh.c
2211
struct mesh_state* m;
usr.sbin/unbound/services/mesh.c
2213
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
usr.sbin/unbound/services/mesh.c
2282
struct mesh_state* m;
usr.sbin/unbound/services/mesh.c
2286
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
usr.sbin/unbound/services/mesh.c
2298
struct mesh_state* dep_m = NULL;
usr.sbin/unbound/services/mesh.c
2303
void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
usr.sbin/unbound/services/mesh.c
2304
struct mesh_state** lp)
usr.sbin/unbound/services/mesh.c
2315
void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
usr.sbin/unbound/services/mesh.c
2316
struct mesh_state** lp)
usr.sbin/unbound/services/mesh.c
2326
void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
usr.sbin/unbound/services/mesh.c
2395
struct mesh_state* mstate = (struct mesh_state*) arg;
usr.sbin/unbound/services/mesh.c
250
struct mesh_state* mstate = (struct mesh_state*)n->key;
usr.sbin/unbound/services/mesh.c
2596
mesh_respond_serve_expired(struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
2613
struct mesh_state* s = NULL;
usr.sbin/unbound/services/mesh.c
294
struct mesh_state* m = mesh->jostle_first;
usr.sbin/unbound/services/mesh.c
390
mesh_serve_expired_init(struct mesh_state* mstate, int timeout)
usr.sbin/unbound/services/mesh.c
429
struct mesh_state* s = NULL;
usr.sbin/unbound/services/mesh.c
603
struct mesh_state* s = NULL;
usr.sbin/unbound/services/mesh.c
705
struct mesh_state* s = mesh_area_find(mesh, NULL, qinfo,
usr.sbin/unbound/services/mesh.c
782
struct mesh_state* s = NULL;
usr.sbin/unbound/services/mesh.c
962
struct mesh_state*
usr.sbin/unbound/services/mesh.c
968
struct mesh_state* mstate;
usr.sbin/unbound/services/mesh.c
972
mstate = (struct mesh_state*)regional_alloc(region,
usr.sbin/unbound/services/mesh.c
973
sizeof(struct mesh_state));
usr.sbin/unbound/services/mesh.h
155
struct mesh_state* forever_first;
usr.sbin/unbound/services/mesh.h
157
struct mesh_state* forever_last;
usr.sbin/unbound/services/mesh.h
161
struct mesh_state* jostle_first;
usr.sbin/unbound/services/mesh.h
163
struct mesh_state* jostle_last;
usr.sbin/unbound/services/mesh.h
204
struct mesh_state* prev;
usr.sbin/unbound/services/mesh.h
206
struct mesh_state* next;
usr.sbin/unbound/services/mesh.h
211
struct mesh_state* unique;
usr.sbin/unbound/services/mesh.h
225
struct mesh_state* s;
usr.sbin/unbound/services/mesh.h
439
struct mesh_state** sub);
usr.sbin/unbound/services/mesh.h
456
void mesh_query_done(struct mesh_state* mstate);
usr.sbin/unbound/services/mesh.h
469
void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate);
usr.sbin/unbound/services/mesh.h
492
struct mesh_state* mesh_state_create(struct module_env* env,
usr.sbin/unbound/services/mesh.h
501
void mesh_state_make_unique(struct mesh_state* mstate);
usr.sbin/unbound/services/mesh.h
509
void mesh_state_cleanup(struct mesh_state* mstate);
usr.sbin/unbound/services/mesh.h
529
struct mesh_state* mesh_area_find(struct mesh_area* mesh,
usr.sbin/unbound/services/mesh.h
541
int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub);
usr.sbin/unbound/services/mesh.h
554
int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns,
usr.sbin/unbound/services/mesh.h
57
struct mesh_state;
usr.sbin/unbound/services/mesh.h
570
int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
usr.sbin/unbound/services/mesh.h
583
void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
usr.sbin/unbound/services/mesh.h
655
void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
usr.sbin/unbound/services/mesh.h
656
struct mesh_state** lp);
usr.sbin/unbound/services/mesh.h
664
void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
usr.sbin/unbound/services/mesh.h
665
struct mesh_state** lp);
usr.sbin/unbound/services/mesh.h
674
void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
usr.sbin/unbound/services/mesh.h
711
void mesh_respond_serve_expired(struct mesh_state* mstate);
usr.sbin/unbound/testcode/fake_event.c
1984
struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m))
usr.sbin/unbound/testcode/fake_event.c
1992
struct mesh_state* ATTR_UNUSED(m))
usr.sbin/unbound/testcode/fake_event.c
2016
struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m))
usr.sbin/unbound/util/fptr_wlist.c
393
struct mesh_state** sub))
usr.sbin/unbound/util/fptr_wlist.h
246
struct module_qstate** newq, struct mesh_state** sub));
usr.sbin/unbound/util/module.h
175
struct mesh_state;
usr.sbin/unbound/util/module.h
454
struct mesh_state** sub);
usr.sbin/unbound/util/module.h
666
struct mesh_state* mesh_info;
usr.sbin/unbound/util/netevent.c
3173
if(h2_stream->mesh_state) {
usr.sbin/unbound/util/netevent.c
3174
mesh_state_remove_reply(h2_stream->mesh, h2_stream->mesh_state,
usr.sbin/unbound/util/netevent.c
3176
h2_stream->mesh_state = NULL;
usr.sbin/unbound/util/netevent.c
5105
struct mesh_area* mesh, struct mesh_state* m)
usr.sbin/unbound/util/netevent.c
5108
h2_stream->mesh_state = m;
usr.sbin/unbound/util/netevent.c
5115
h2_stream->mesh_state = NULL;
usr.sbin/unbound/util/netevent.h
1031
struct mesh_area* mesh, struct mesh_state* m);
usr.sbin/unbound/util/netevent.h
84
struct mesh_state;
usr.sbin/unbound/util/netevent.h
998
struct mesh_state* mesh_state;
usr.sbin/unbound/validator/validator.c
496
struct mesh_state* sub = NULL;