sbin/unwind/libunbound/iterator/iterator.c
855
struct mesh_state* sub = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
2169
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
2381
struct mesh_area* mesh, struct mesh_state* m)
sbin/unwind/libunbound/services/listen_dnsport.c
2389
item->mesh_state = m;
sbin/unwind/libunbound/services/listen_dnsport.c
3618
if(stream->mesh_state) {
sbin/unwind/libunbound/services/listen_dnsport.c
3619
mesh_state_remove_reply(stream->mesh, stream->mesh_state,
sbin/unwind/libunbound/services/listen_dnsport.c
3621
stream->mesh_state = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3957
if(stream->mesh_state) {
sbin/unwind/libunbound/services/listen_dnsport.c
3958
mesh_state_remove_reply(stream->mesh, stream->mesh_state,
sbin/unwind/libunbound/services/listen_dnsport.c
3960
stream->mesh_state = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
4044
struct mesh_area* mesh, struct mesh_state* m)
sbin/unwind/libunbound/services/listen_dnsport.c
4048
stream->mesh_state = m;
sbin/unwind/libunbound/services/listen_dnsport.c
4060
stream->mesh_state = NULL;
sbin/unwind/libunbound/services/listen_dnsport.h
361
struct mesh_state* mesh_state;
sbin/unwind/libunbound/services/listen_dnsport.h
406
struct mesh_state* m);
sbin/unwind/libunbound/services/listen_dnsport.h
432
struct mesh_area* mesh, struct mesh_state* m);
sbin/unwind/libunbound/services/listen_dnsport.h
65
struct mesh_state;
sbin/unwind/libunbound/services/listen_dnsport.h
701
struct mesh_state* mesh_state;
sbin/unwind/libunbound/services/listen_dnsport.h
808
struct mesh_area* mesh, struct mesh_state* m);
sbin/unwind/libunbound/services/mesh.c
1000
mstate = (struct mesh_state*)regional_alloc(region,
sbin/unwind/libunbound/services/mesh.c
1001
sizeof(struct mesh_state));
sbin/unwind/libunbound/services/mesh.c
1071
mesh_state_make_unique(struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
1077
mesh_state_cleanup(struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
1137
struct mesh_state* mstate;
sbin/unwind/libunbound/services/mesh.c
1172
find_in_subsub(struct mesh_state* m, struct mesh_state* tofind, size_t *c)
sbin/unwind/libunbound/services/mesh.c
1186
mesh_detect_cycle_found(struct module_qstate* qstate, struct mesh_state* dep_m)
sbin/unwind/libunbound/services/mesh.c
1188
struct mesh_state* cyc_m = qstate->mesh_info;
sbin/unwind/libunbound/services/mesh.c
1228
int valrec, struct module_qstate** newq, struct mesh_state** sub)
sbin/unwind/libunbound/services/mesh.c
1277
struct mesh_state* sub = NULL;
sbin/unwind/libunbound/services/mesh.c
1296
int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub)
sbin/unwind/libunbound/services/mesh.c
1343
mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep,
sbin/unwind/libunbound/services/mesh.c
1408
mesh_is_rpz_respip_tcponly_action(struct mesh_state const* m)
sbin/unwind/libunbound/services/mesh.c
1426
mesh_find_and_attach_ede_and_reason(struct mesh_state* m,
sbin/unwind/libunbound/services/mesh.c
1461
mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep,
sbin/unwind/libunbound/services/mesh.c
1498
r->h2_stream->mesh_state = NULL;
sbin/unwind/libunbound/services/mesh.c
1501
r->query_reply.doq_stream->mesh_state = NULL;
sbin/unwind/libunbound/services/mesh.c
163
struct mesh_state* a = (struct mesh_state*)ap;
sbin/unwind/libunbound/services/mesh.c
1637
struct mesh_state* sub;
sbin/unwind/libunbound/services/mesh.c
164
struct mesh_state* b = (struct mesh_state*)bp;
sbin/unwind/libunbound/services/mesh.c
1737
void mesh_query_done(struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
1910
void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
1927
struct mesh_state* mesh_area_find(struct mesh_area* mesh,
sbin/unwind/libunbound/services/mesh.c
1931
struct mesh_state key;
sbin/unwind/libunbound/services/mesh.c
1932
struct mesh_state* result;
sbin/unwind/libunbound/services/mesh.c
1945
result = (struct mesh_state*)rbtree_search(&mesh->all, &key);
sbin/unwind/libunbound/services/mesh.c
1950
int mesh_state_del_cb(struct mesh_state* s, mesh_cb_func_type cb, void* cb_arg)
sbin/unwind/libunbound/services/mesh.c
1968
int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
sbin/unwind/libunbound/services/mesh.c
1998
int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns,
sbin/unwind/libunbound/services/mesh.c
2088
mesh_copy_qinfo(struct mesh_state* mstate, struct query_info** qinfop,
sbin/unwind/libunbound/services/mesh.c
2121
mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate,
sbin/unwind/libunbound/services/mesh.c
2234
void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
sbin/unwind/libunbound/services/mesh.c
2260
mstate = (struct mesh_state*)mesh->run.root->key;
sbin/unwind/libunbound/services/mesh.c
2274
struct mesh_state* m;
sbin/unwind/libunbound/services/mesh.c
2276
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
sbin/unwind/libunbound/services/mesh.c
2346
struct mesh_state* m;
sbin/unwind/libunbound/services/mesh.c
2350
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
sbin/unwind/libunbound/services/mesh.c
2362
struct mesh_state* dep_m = NULL;
sbin/unwind/libunbound/services/mesh.c
2367
void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
sbin/unwind/libunbound/services/mesh.c
2368
struct mesh_state** lp)
sbin/unwind/libunbound/services/mesh.c
2379
void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
sbin/unwind/libunbound/services/mesh.c
2380
struct mesh_state** lp)
sbin/unwind/libunbound/services/mesh.c
2390
void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
sbin/unwind/libunbound/services/mesh.c
2412
if(n->h2_stream) n->h2_stream->mesh_state = NULL;
sbin/unwind/libunbound/services/mesh.c
2415
n->query_reply.doq_stream->mesh_state = NULL;
sbin/unwind/libunbound/services/mesh.c
2469
struct mesh_state* mstate = (struct mesh_state*) arg;
sbin/unwind/libunbound/services/mesh.c
251
struct mesh_state* mstate = (struct mesh_state*)n->key;
sbin/unwind/libunbound/services/mesh.c
2680
mesh_respond_serve_expired(struct mesh_state* mstate)
sbin/unwind/libunbound/services/mesh.c
2697
struct mesh_state* s = NULL;
sbin/unwind/libunbound/services/mesh.c
295
struct mesh_state* m = mesh->jostle_first;
sbin/unwind/libunbound/services/mesh.c
393
mesh_serve_expired_init(struct mesh_state* mstate, int timeout)
sbin/unwind/libunbound/services/mesh.c
432
struct mesh_state* s = NULL;
sbin/unwind/libunbound/services/mesh.c
627
struct mesh_state* s = NULL;
sbin/unwind/libunbound/services/mesh.c
729
struct mesh_state* s = mesh_area_find(mesh, NULL, qinfo,
sbin/unwind/libunbound/services/mesh.c
806
struct mesh_state* s = NULL;
sbin/unwind/libunbound/services/mesh.c
990
struct mesh_state*
sbin/unwind/libunbound/services/mesh.c
996
struct mesh_state* mstate;
sbin/unwind/libunbound/services/mesh.h
157
struct mesh_state* forever_first;
sbin/unwind/libunbound/services/mesh.h
159
struct mesh_state* forever_last;
sbin/unwind/libunbound/services/mesh.h
163
struct mesh_state* jostle_first;
sbin/unwind/libunbound/services/mesh.h
165
struct mesh_state* jostle_last;
sbin/unwind/libunbound/services/mesh.h
212
struct mesh_state* prev;
sbin/unwind/libunbound/services/mesh.h
214
struct mesh_state* next;
sbin/unwind/libunbound/services/mesh.h
219
struct mesh_state* unique;
sbin/unwind/libunbound/services/mesh.h
233
struct mesh_state* s;
sbin/unwind/libunbound/services/mesh.h
452
int valrec, struct module_qstate** newq, struct mesh_state** sub);
sbin/unwind/libunbound/services/mesh.h
469
void mesh_query_done(struct mesh_state* mstate);
sbin/unwind/libunbound/services/mesh.h
482
void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate);
sbin/unwind/libunbound/services/mesh.h
505
struct mesh_state* mesh_state_create(struct module_env* env,
sbin/unwind/libunbound/services/mesh.h
514
void mesh_state_make_unique(struct mesh_state* mstate);
sbin/unwind/libunbound/services/mesh.h
522
void mesh_state_cleanup(struct mesh_state* mstate);
sbin/unwind/libunbound/services/mesh.h
542
struct mesh_state* mesh_area_find(struct mesh_area* mesh,
sbin/unwind/libunbound/services/mesh.h
554
int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub);
sbin/unwind/libunbound/services/mesh.h
567
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
583
int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
sbin/unwind/libunbound/services/mesh.h
596
void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
sbin/unwind/libunbound/services/mesh.h
668
void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
sbin/unwind/libunbound/services/mesh.h
669
struct mesh_state** lp);
sbin/unwind/libunbound/services/mesh.h
677
void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
sbin/unwind/libunbound/services/mesh.h
678
struct mesh_state** lp);
sbin/unwind/libunbound/services/mesh.h
689
void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
sbin/unwind/libunbound/services/mesh.h
726
void mesh_respond_serve_expired(struct mesh_state* mstate);
sbin/unwind/libunbound/util/fptr_wlist.c
394
int valrec, struct module_qstate** newq, struct mesh_state** sub))
sbin/unwind/libunbound/util/fptr_wlist.h
248
struct mesh_state** sub));
sbin/unwind/libunbound/util/module.h
175
struct mesh_state;
sbin/unwind/libunbound/util/module.h
459
struct module_qstate** newq, struct mesh_state** sub);
sbin/unwind/libunbound/util/module.h
671
struct mesh_state* mesh_info;
sbin/unwind/libunbound/util/netevent.c
3167
if(h2_stream->mesh_state) {
sbin/unwind/libunbound/util/netevent.c
3168
mesh_state_remove_reply(h2_stream->mesh, h2_stream->mesh_state,
sbin/unwind/libunbound/util/netevent.c
3170
h2_stream->mesh_state = NULL;
sbin/unwind/libunbound/util/netevent.c
5114
struct mesh_area* mesh, struct mesh_state* m)
sbin/unwind/libunbound/util/netevent.c
5117
h2_stream->mesh_state = m;
sbin/unwind/libunbound/util/netevent.c
5124
h2_stream->mesh_state = NULL;
sbin/unwind/libunbound/util/netevent.h
1000
struct mesh_state* mesh_state;
sbin/unwind/libunbound/util/netevent.h
1033
struct mesh_area* mesh, struct mesh_state* m);
sbin/unwind/libunbound/util/netevent.h
84
struct mesh_state;
sbin/unwind/libunbound/validator/validator.c
496
struct mesh_state* sub = NULL;
usr.sbin/unbound/daemon/remote.c
3021
get_mesh_age(struct mesh_state* m, char* buf, size_t len,
usr.sbin/unbound/daemon/remote.c
3040
get_mesh_status(struct mesh_area* mesh, struct mesh_state* m,
usr.sbin/unbound/daemon/remote.c
3097
struct mesh_state* m;
usr.sbin/unbound/daemon/remote.c
3109
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
usr.sbin/unbound/iterator/iterator.c
855
struct mesh_state* sub = NULL;
usr.sbin/unbound/services/listen_dnsport.c
2169
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
2381
struct mesh_area* mesh, struct mesh_state* m)
usr.sbin/unbound/services/listen_dnsport.c
2389
item->mesh_state = m;
usr.sbin/unbound/services/listen_dnsport.c
3618
if(stream->mesh_state) {
usr.sbin/unbound/services/listen_dnsport.c
3619
mesh_state_remove_reply(stream->mesh, stream->mesh_state,
usr.sbin/unbound/services/listen_dnsport.c
3621
stream->mesh_state = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3957
if(stream->mesh_state) {
usr.sbin/unbound/services/listen_dnsport.c
3958
mesh_state_remove_reply(stream->mesh, stream->mesh_state,
usr.sbin/unbound/services/listen_dnsport.c
3960
stream->mesh_state = NULL;
usr.sbin/unbound/services/listen_dnsport.c
4044
struct mesh_area* mesh, struct mesh_state* m)
usr.sbin/unbound/services/listen_dnsport.c
4048
stream->mesh_state = m;
usr.sbin/unbound/services/listen_dnsport.c
4060
stream->mesh_state = NULL;
usr.sbin/unbound/services/listen_dnsport.h
361
struct mesh_state* mesh_state;
usr.sbin/unbound/services/listen_dnsport.h
406
struct mesh_state* m);
usr.sbin/unbound/services/listen_dnsport.h
432
struct mesh_area* mesh, struct mesh_state* m);
usr.sbin/unbound/services/listen_dnsport.h
65
struct mesh_state;
usr.sbin/unbound/services/listen_dnsport.h
701
struct mesh_state* mesh_state;
usr.sbin/unbound/services/listen_dnsport.h
808
struct mesh_area* mesh, struct mesh_state* m);
usr.sbin/unbound/services/mesh.c
1000
mstate = (struct mesh_state*)regional_alloc(region,
usr.sbin/unbound/services/mesh.c
1001
sizeof(struct mesh_state));
usr.sbin/unbound/services/mesh.c
1071
mesh_state_make_unique(struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
1077
mesh_state_cleanup(struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
1137
struct mesh_state* mstate;
usr.sbin/unbound/services/mesh.c
1172
find_in_subsub(struct mesh_state* m, struct mesh_state* tofind, size_t *c)
usr.sbin/unbound/services/mesh.c
1186
mesh_detect_cycle_found(struct module_qstate* qstate, struct mesh_state* dep_m)
usr.sbin/unbound/services/mesh.c
1188
struct mesh_state* cyc_m = qstate->mesh_info;
usr.sbin/unbound/services/mesh.c
1228
int valrec, struct module_qstate** newq, struct mesh_state** sub)
usr.sbin/unbound/services/mesh.c
1277
struct mesh_state* sub = NULL;
usr.sbin/unbound/services/mesh.c
1296
int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub)
usr.sbin/unbound/services/mesh.c
1343
mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep,
usr.sbin/unbound/services/mesh.c
1408
mesh_is_rpz_respip_tcponly_action(struct mesh_state const* m)
usr.sbin/unbound/services/mesh.c
1426
mesh_find_and_attach_ede_and_reason(struct mesh_state* m,
usr.sbin/unbound/services/mesh.c
1461
mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep,
usr.sbin/unbound/services/mesh.c
1498
r->h2_stream->mesh_state = NULL;
usr.sbin/unbound/services/mesh.c
1501
r->query_reply.doq_stream->mesh_state = NULL;
usr.sbin/unbound/services/mesh.c
163
struct mesh_state* a = (struct mesh_state*)ap;
usr.sbin/unbound/services/mesh.c
1637
struct mesh_state* sub;
usr.sbin/unbound/services/mesh.c
164
struct mesh_state* b = (struct mesh_state*)bp;
usr.sbin/unbound/services/mesh.c
1737
void mesh_query_done(struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
1910
void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
1927
struct mesh_state* mesh_area_find(struct mesh_area* mesh,
usr.sbin/unbound/services/mesh.c
1931
struct mesh_state key;
usr.sbin/unbound/services/mesh.c
1932
struct mesh_state* result;
usr.sbin/unbound/services/mesh.c
1945
result = (struct mesh_state*)rbtree_search(&mesh->all, &key);
usr.sbin/unbound/services/mesh.c
1950
int mesh_state_del_cb(struct mesh_state* s, mesh_cb_func_type cb, void* cb_arg)
usr.sbin/unbound/services/mesh.c
1968
int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
usr.sbin/unbound/services/mesh.c
1998
int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns,
usr.sbin/unbound/services/mesh.c
2088
mesh_copy_qinfo(struct mesh_state* mstate, struct query_info** qinfop,
usr.sbin/unbound/services/mesh.c
2121
mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate,
usr.sbin/unbound/services/mesh.c
2234
void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
usr.sbin/unbound/services/mesh.c
2260
mstate = (struct mesh_state*)mesh->run.root->key;
usr.sbin/unbound/services/mesh.c
2274
struct mesh_state* m;
usr.sbin/unbound/services/mesh.c
2276
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
usr.sbin/unbound/services/mesh.c
2346
struct mesh_state* m;
usr.sbin/unbound/services/mesh.c
2350
RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
usr.sbin/unbound/services/mesh.c
2362
struct mesh_state* dep_m = NULL;
usr.sbin/unbound/services/mesh.c
2367
void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
usr.sbin/unbound/services/mesh.c
2368
struct mesh_state** lp)
usr.sbin/unbound/services/mesh.c
2379
void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
usr.sbin/unbound/services/mesh.c
2380
struct mesh_state** lp)
usr.sbin/unbound/services/mesh.c
2390
void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
usr.sbin/unbound/services/mesh.c
2412
if(n->h2_stream) n->h2_stream->mesh_state = NULL;
usr.sbin/unbound/services/mesh.c
2415
n->query_reply.doq_stream->mesh_state = NULL;
usr.sbin/unbound/services/mesh.c
2469
struct mesh_state* mstate = (struct mesh_state*) arg;
usr.sbin/unbound/services/mesh.c
251
struct mesh_state* mstate = (struct mesh_state*)n->key;
usr.sbin/unbound/services/mesh.c
2680
mesh_respond_serve_expired(struct mesh_state* mstate)
usr.sbin/unbound/services/mesh.c
2697
struct mesh_state* s = NULL;
usr.sbin/unbound/services/mesh.c
295
struct mesh_state* m = mesh->jostle_first;
usr.sbin/unbound/services/mesh.c
393
mesh_serve_expired_init(struct mesh_state* mstate, int timeout)
usr.sbin/unbound/services/mesh.c
432
struct mesh_state* s = NULL;
usr.sbin/unbound/services/mesh.c
627
struct mesh_state* s = NULL;
usr.sbin/unbound/services/mesh.c
729
struct mesh_state* s = mesh_area_find(mesh, NULL, qinfo,
usr.sbin/unbound/services/mesh.c
806
struct mesh_state* s = NULL;
usr.sbin/unbound/services/mesh.c
990
struct mesh_state*
usr.sbin/unbound/services/mesh.c
996
struct mesh_state* mstate;
usr.sbin/unbound/services/mesh.h
157
struct mesh_state* forever_first;
usr.sbin/unbound/services/mesh.h
159
struct mesh_state* forever_last;
usr.sbin/unbound/services/mesh.h
163
struct mesh_state* jostle_first;
usr.sbin/unbound/services/mesh.h
165
struct mesh_state* jostle_last;
usr.sbin/unbound/services/mesh.h
212
struct mesh_state* prev;
usr.sbin/unbound/services/mesh.h
214
struct mesh_state* next;
usr.sbin/unbound/services/mesh.h
219
struct mesh_state* unique;
usr.sbin/unbound/services/mesh.h
233
struct mesh_state* s;
usr.sbin/unbound/services/mesh.h
452
int valrec, struct module_qstate** newq, struct mesh_state** sub);
usr.sbin/unbound/services/mesh.h
469
void mesh_query_done(struct mesh_state* mstate);
usr.sbin/unbound/services/mesh.h
482
void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate);
usr.sbin/unbound/services/mesh.h
505
struct mesh_state* mesh_state_create(struct module_env* env,
usr.sbin/unbound/services/mesh.h
514
void mesh_state_make_unique(struct mesh_state* mstate);
usr.sbin/unbound/services/mesh.h
522
void mesh_state_cleanup(struct mesh_state* mstate);
usr.sbin/unbound/services/mesh.h
542
struct mesh_state* mesh_area_find(struct mesh_area* mesh,
usr.sbin/unbound/services/mesh.h
554
int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub);
usr.sbin/unbound/services/mesh.h
567
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
583
int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
usr.sbin/unbound/services/mesh.h
596
void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
usr.sbin/unbound/services/mesh.h
668
void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
usr.sbin/unbound/services/mesh.h
669
struct mesh_state** lp);
usr.sbin/unbound/services/mesh.h
677
void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
usr.sbin/unbound/services/mesh.h
678
struct mesh_state** lp);
usr.sbin/unbound/services/mesh.h
689
void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
usr.sbin/unbound/services/mesh.h
726
void mesh_respond_serve_expired(struct mesh_state* mstate);
usr.sbin/unbound/testcode/fake_event.c
1999
struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m))
usr.sbin/unbound/testcode/fake_event.c
2007
struct mesh_state* ATTR_UNUSED(m))
usr.sbin/unbound/testcode/fake_event.c
2031
struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m))
usr.sbin/unbound/testcode/fake_event.c
2040
struct mesh_area* ATTR_UNUSED(mesh), struct mesh_state* ATTR_UNUSED(m))
usr.sbin/unbound/util/fptr_wlist.c
394
int valrec, struct module_qstate** newq, struct mesh_state** sub))
usr.sbin/unbound/util/fptr_wlist.h
248
struct mesh_state** sub));
usr.sbin/unbound/util/module.h
175
struct mesh_state;
usr.sbin/unbound/util/module.h
459
struct module_qstate** newq, struct mesh_state** sub);
usr.sbin/unbound/util/module.h
671
struct mesh_state* mesh_info;
usr.sbin/unbound/util/netevent.c
3167
if(h2_stream->mesh_state) {
usr.sbin/unbound/util/netevent.c
3168
mesh_state_remove_reply(h2_stream->mesh, h2_stream->mesh_state,
usr.sbin/unbound/util/netevent.c
3170
h2_stream->mesh_state = NULL;
usr.sbin/unbound/util/netevent.c
5114
struct mesh_area* mesh, struct mesh_state* m)
usr.sbin/unbound/util/netevent.c
5117
h2_stream->mesh_state = m;
usr.sbin/unbound/util/netevent.c
5124
h2_stream->mesh_state = NULL;
usr.sbin/unbound/util/netevent.h
1000
struct mesh_state* mesh_state;
usr.sbin/unbound/util/netevent.h
1033
struct mesh_area* mesh, struct mesh_state* m);
usr.sbin/unbound/util/netevent.h
84
struct mesh_state;
usr.sbin/unbound/validator/validator.c
496
struct mesh_state* sub = NULL;