sbin/unwind/frontend.c
875
struct reply_info *rinfo = NULL;
sbin/unwind/frontend.c
925
struct reply_info *rinfo = NULL, *synth_rinfo = NULL;
sbin/unwind/libunbound/dns64/dns64.c
823
struct reply_info *rep, *cp;
sbin/unwind/libunbound/iterator/iter_delegpt.c
401
find_NS(struct reply_info* rep, size_t from, size_t to)
sbin/unwind/libunbound/iterator/iter_delegpt.c
561
struct reply_info* rep = (struct reply_info*)msg->entry.data;
sbin/unwind/libunbound/iterator/iter_utils.c
1068
reply_equal(struct reply_info* p, struct reply_info* q, struct regional* region)
sbin/unwind/libunbound/iterator/iter_utils.c
1126
caps_strip_reply(struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1161
int caps_failed_rcode(struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1187
reply_get_NS_rrset(struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1199
iter_store_parentside_NS(struct module_env* env, struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1209
struct query_info* qinfo, struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1657
iter_make_minimal(struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
738
struct reply_info* msgrep, int is_referral, time_t leeway, int pside,
sbin/unwind/libunbound/iterator/iter_utils.h
154
struct reply_info* rep, int is_referral, time_t leeway, int pside,
sbin/unwind/libunbound/iterator/iter_utils.h
261
int reply_equal(struct reply_info* p, struct reply_info* q, struct regional* region);
sbin/unwind/libunbound/iterator/iter_utils.h
270
void caps_strip_reply(struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
278
int caps_failed_rcode(struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
297
void iter_store_parentside_NS(struct module_env* env, struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
308
struct query_info* qinfo, struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
483
void iter_make_minimal(struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
58
struct reply_info;
sbin/unwind/libunbound/iterator/iterator.c
1160
struct reply_info* rep = iq->response->rep;
sbin/unwind/libunbound/iterator/iterator.c
297
struct reply_info err;
sbin/unwind/libunbound/iterator/iterator.c
3117
find_NS(struct reply_info* rep, size_t from, size_t to)
sbin/unwind/libunbound/iterator/iterator.c
315
struct reply_info* rep = (struct reply_info*)msg->entry.data;
sbin/unwind/libunbound/iterator/iterator.h
340
struct reply_info* caps_reply;
sbin/unwind/libunbound/libunbound/libworker.c
435
uint8_t* finalcname, struct query_info* rq, struct reply_info* rep)
sbin/unwind/libunbound/libunbound/libworker.c
515
struct reply_info* rep;
sbin/unwind/libunbound/libunbound/libworker.c
903
struct comm_reply* reply_info)
sbin/unwind/libunbound/libunbound/libworker.c
909
mesh_report_reply(lw->env->mesh, e, reply_info, error);
sbin/unwind/libunbound/libunbound/libworker.c
919
mesh_report_reply(lw->env->mesh, e, reply_info,
sbin/unwind/libunbound/libunbound/libworker.c
923
mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
sbin/unwind/libunbound/libunbound/libworker.c
945
struct comm_reply* ATTR_UNUSED(reply_info))
sbin/unwind/libunbound/libunbound/worker.h
157
struct comm_reply* reply_info);
sbin/unwind/libunbound/libunbound/worker.h
85
struct comm_reply* reply_info);
sbin/unwind/libunbound/respip/respip.c
1114
struct reply_info* new_rep = qstate->return_msg->rep;
sbin/unwind/libunbound/respip/respip.c
1168
respip_merge_cname(struct reply_info* base_rep,
sbin/unwind/libunbound/respip/respip.c
1169
const struct query_info* qinfo, const struct reply_info* tgt_rep,
sbin/unwind/libunbound/respip/respip.c
1171
struct reply_info** new_repp, struct regional* region,
sbin/unwind/libunbound/respip/respip.c
1175
struct reply_info* new_rep;
sbin/unwind/libunbound/respip/respip.c
1176
struct reply_info* tmp_rep = NULL; /* just a placeholder */
sbin/unwind/libunbound/respip/respip.c
1234
struct reply_info* new_rep = NULL;
sbin/unwind/libunbound/respip/respip.c
612
respip_addr_lookup(const struct reply_info *rep, struct respip_set* rs,
sbin/unwind/libunbound/respip/respip.c
674
uint16_t qtype, const struct reply_info* rep,
sbin/unwind/libunbound/respip/respip.c
675
size_t rrset_id, struct reply_info** new_repp, int tag,
sbin/unwind/libunbound/respip/respip.c
681
struct reply_info* new_rep;
sbin/unwind/libunbound/respip/respip.c
762
const struct reply_info *rep, size_t rrset_id,
sbin/unwind/libunbound/respip/respip.c
763
struct reply_info** new_repp, struct regional* region)
sbin/unwind/libunbound/respip/respip.c
765
struct reply_info* new_rep;
sbin/unwind/libunbound/respip/respip.c
875
const struct respip_client_info* cinfo, const struct reply_info* rep,
sbin/unwind/libunbound/respip/respip.c
876
struct reply_info** new_repp, struct respip_action_info* actinfo,
sbin/unwind/libunbound/respip/respip.h
160
int respip_merge_cname(struct reply_info* base_rep,
sbin/unwind/libunbound/respip/respip.h
161
const struct query_info* qinfo, const struct reply_info* tgt_rep,
sbin/unwind/libunbound/respip/respip.h
163
struct reply_info** new_repp, struct regional* region,
sbin/unwind/libunbound/respip/respip.h
194
const struct reply_info *rep, struct reply_info** new_repp,
sbin/unwind/libunbound/services/authzone.c
129
msg->rep = (struct reply_info*)regional_alloc_zero(region,
sbin/unwind/libunbound/services/authzone.c
130
sizeof(struct reply_info)-sizeof(struct rrset_ref));
sbin/unwind/libunbound/services/authzone.c
5714
struct reply_info* rep;
sbin/unwind/libunbound/services/authzone.c
6777
struct reply_info* rep;
sbin/unwind/libunbound/services/authzone.c
8325
struct reply_info* rep;
sbin/unwind/libunbound/services/cache/dns.c
1028
struct reply_info* data = (struct reply_info*)e->data;
sbin/unwind/libunbound/services/cache/dns.c
1059
struct reply_info* msgrep, int is_referral, time_t leeway, int pside,
sbin/unwind/libunbound/services/cache/dns.c
1063
struct reply_info* rep = NULL;
sbin/unwind/libunbound/services/cache/dns.c
1071
struct reply_info* cached = e->entry.data;
sbin/unwind/libunbound/services/cache/dns.c
1188
struct reply_info* rep = (struct reply_info*)msg->entry.data;
sbin/unwind/libunbound/services/cache/dns.c
156
hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside,
sbin/unwind/libunbound/services/cache/dns.c
157
struct reply_info* qrep, uint32_t flags, struct regional* region,
sbin/unwind/libunbound/services/cache/dns.c
298
if( now > ((struct reply_info*)e->data)->ttl ) {
sbin/unwind/libunbound/services/cache/dns.c
482
msg->rep = (struct reply_info*)regional_alloc_zero(region,
sbin/unwind/libunbound/services/cache/dns.c
483
sizeof(struct reply_info)-sizeof(struct rrset_ref));
sbin/unwind/libunbound/services/cache/dns.c
584
msg->rep = (struct reply_info*)regional_alloc(region,
sbin/unwind/libunbound/services/cache/dns.c
585
sizeof(struct reply_info) - sizeof(struct rrset_ref));
sbin/unwind/libunbound/services/cache/dns.c
601
tomsg(struct module_env* env, struct query_info* q, struct reply_info* r,
sbin/unwind/libunbound/services/cache/dns.c
78
store_rrsets(struct module_env* env, struct reply_info* rep, time_t now,
sbin/unwind/libunbound/services/cache/dns.c
79
time_t leeway, int pside, struct reply_info* qrep,
sbin/unwind/libunbound/services/cache/dns.c
911
struct reply_info* data = (struct reply_info*)e->data;
sbin/unwind/libunbound/services/cache/dns.h
125
hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside,
sbin/unwind/libunbound/services/cache/dns.h
126
struct reply_info* qrep, uint32_t flags, struct regional* region,
sbin/unwind/libunbound/services/cache/dns.h
167
struct reply_info* r, struct regional* region, time_t now,
sbin/unwind/libunbound/services/cache/dns.h
48
struct reply_info;
sbin/unwind/libunbound/services/cache/dns.h
65
struct reply_info *rep;
sbin/unwind/libunbound/services/cache/dns.h
98
struct reply_info* rep, int is_referral, time_t leeway, int pside,
sbin/unwind/libunbound/services/localzone.c
1315
struct reply_info rep;
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
1391
struct reply_info* rep, struct mesh_reply* r)
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
1594
struct reply_info* rep)
sbin/unwind/libunbound/services/mesh.c
1703
struct reply_info* rep = (mstate->s.return_msg?
sbin/unwind/libunbound/services/mesh.c
2368
struct respip_action_info* actinfo, struct reply_info* rep,
sbin/unwind/libunbound/services/mesh.c
2370
struct reply_info** encode_repp, struct auth_zones* az)
sbin/unwind/libunbound/services/mesh.c
2404
struct reply_info* partial_rep = NULL;
sbin/unwind/libunbound/services/mesh.c
2406
struct reply_info* encode_rep = NULL;
sbin/unwind/libunbound/services/mesh.c
338
struct reply_info* data;
sbin/unwind/libunbound/services/mesh.c
350
data = (struct reply_info*)e->data;
sbin/unwind/libunbound/services/mesh.h
61
struct reply_info;
sbin/unwind/libunbound/services/outside_network.c
1296
struct comm_reply *reply_info)
sbin/unwind/libunbound/services/outside_network.c
1395
waiting_tcp_callback(w, c, error, reply_info);
sbin/unwind/libunbound/services/outside_network.c
1481
struct comm_reply *reply_info)
sbin/unwind/libunbound/services/outside_network.c
1496
log_assert(reply_info);
sbin/unwind/libunbound/services/outside_network.c
1500
memcpy(&key.addr, &reply_info->remote_addr, reply_info->remote_addrlen);
sbin/unwind/libunbound/services/outside_network.c
1501
key.addrlen = reply_info->remote_addrlen;
sbin/unwind/libunbound/services/outside_network.c
1504
&reply_info->remote_addr, reply_info->remote_addrlen);
sbin/unwind/libunbound/services/outside_network.c
1552
(void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
sbin/unwind/libunbound/services/outside_network.c
949
struct comm_reply* reply_info)
sbin/unwind/libunbound/services/outside_network.c
953
(void)(*w->cb)(c, w->cb_arg, error, reply_info);
sbin/unwind/libunbound/services/outside_network.h
817
struct comm_reply *reply_info);
sbin/unwind/libunbound/services/outside_network.h
821
struct comm_reply *reply_info);
sbin/unwind/libunbound/services/rpz.c
1778
struct reply_info rep;
sbin/unwind/libunbound/services/rpz.c
1922
rpz_add_soa(struct reply_info* rep, struct module_qstate* ms,
sbin/unwind/libunbound/services/rpz.c
2022
struct reply_info* new_reply_info;
sbin/unwind/libunbound/services/rpz.c
2187
struct reply_info* new_reply_info;
sbin/unwind/libunbound/util/data/msgencode.c
557
insert_section(struct reply_info* rep, size_t num_rrsets, uint16_t* num_rrs,
sbin/unwind/libunbound/util/data/msgencode.c
636
positive_answer(struct reply_info* rep, uint16_t qtype) {
sbin/unwind/libunbound/util/data/msgencode.c
664
negative_answer(struct reply_info* rep) {
sbin/unwind/libunbound/util/data/msgencode.c
686
reply_info_encode(struct query_info* qinfo, struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgencode.c
732
struct reply_info arep;
sbin/unwind/libunbound/util/data/msgencode.c
997
reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgencode.h
47
struct reply_info;
sbin/unwind/libunbound/util/data/msgencode.h
69
int reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgencode.h
93
int reply_info_encode(struct query_info* qinfo, struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.c
104
struct reply_info* rep;
sbin/unwind/libunbound/util/data/msgreply.c
1051
reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
106
size_t s = sizeof(struct reply_info) - sizeof(struct rrset_ref) +
sbin/unwind/libunbound/util/data/msgreply.c
1076
reply_all_rrsets_secure(struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
1087
struct reply_info*
sbin/unwind/libunbound/util/data/msgreply.c
1091
struct reply_info* rep;
sbin/unwind/libunbound/util/data/msgreply.c
110
rep = (struct reply_info*)regional_alloc(region, s);
sbin/unwind/libunbound/util/data/msgreply.c
111
else rep = (struct reply_info*)malloc(s +
sbin/unwind/libunbound/util/data/msgreply.c
1210
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.c
1232
struct module_qstate* qstate, struct reply_info* rep, int rcode,
sbin/unwind/libunbound/util/data/msgreply.c
1243
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.c
1254
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.c
1265
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.c
143
parse_create_repinfo(struct msg_parse* msg, struct reply_info** rep,
sbin/unwind/libunbound/util/data/msgreply.c
155
reply_info_alloc_rrset_keys(struct reply_info* rep, struct alloc_cache* alloc,
sbin/unwind/libunbound/util/data/msgreply.c
179
reply_info_can_answer_expired(struct reply_info* rep, time_t timenow)
sbin/unwind/libunbound/util/data/msgreply.c
191
int reply_info_could_use_expired(struct reply_info* rep, time_t timenow)
sbin/unwind/libunbound/util/data/msgreply.c
204
struct reply_info *
sbin/unwind/libunbound/util/data/msgreply.c
205
make_new_reply_info(const struct reply_info* rep, struct regional* region,
sbin/unwind/libunbound/util/data/msgreply.c
208
struct reply_info* new_rep;
sbin/unwind/libunbound/util/data/msgreply.c
497
struct reply_info* rep, struct regional* region)
sbin/unwind/libunbound/util/data/msgreply.c
528
struct reply_info** rep, struct regional* region)
sbin/unwind/libunbound/util/data/msgreply.c
547
struct query_info* qinf, struct reply_info** rep,
sbin/unwind/libunbound/util/data/msgreply.c
591
reply_info_sortref(struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
598
reply_info_set_ttls(struct reply_info* rep, time_t timenow)
sbin/unwind/libunbound/util/data/msgreply.c
621
reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc)
sbin/unwind/libunbound/util/data/msgreply.c
693
struct reply_info* r = (struct reply_info*)d;
sbin/unwind/libunbound/util/data/msgreply.c
694
size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info)
sbin/unwind/libunbound/util/data/msgreply.c
714
struct reply_info* r = (struct reply_info*)d;
sbin/unwind/libunbound/util/data/msgreply.c
735
query_info_entrysetup(struct query_info* q, struct reply_info* r,
sbin/unwind/libunbound/util/data/msgreply.c
761
repinfo_copy_rrsets(struct reply_info* dest, struct reply_info* from,
sbin/unwind/libunbound/util/data/msgreply.c
795
struct reply_info*
sbin/unwind/libunbound/util/data/msgreply.c
796
reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc,
sbin/unwind/libunbound/util/data/msgreply.c
799
struct reply_info* cp;
sbin/unwind/libunbound/util/data/msgreply.c
841
reply_find_final_cname_target(struct query_info* qinfo, struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
862
reply_find_answer_rrset(struct query_info* qinfo, struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
887
struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.c
903
struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.c
919
struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.c
936
log_dns_msg(const char* str, struct query_info* qinfo, struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
98
struct reply_info*
sbin/unwind/libunbound/util/data/msgreply.h
269
struct reply_info*
sbin/unwind/libunbound/util/data/msgreply.h
303
struct query_info* qinf, struct reply_info** rep,
sbin/unwind/libunbound/util/data/msgreply.h
323
struct reply_info** rep, struct regional* region);
sbin/unwind/libunbound/util/data/msgreply.h
326
struct reply_info* parse_reply_in_temp_region(struct sldns_buffer* pkt,
sbin/unwind/libunbound/util/data/msgreply.h
333
void reply_info_sortref(struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
341
void reply_info_set_ttls(struct reply_info* rep, time_t timenow);
sbin/unwind/libunbound/util/data/msgreply.h
349
void reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc);
sbin/unwind/libunbound/util/data/msgreply.h
384
struct reply_info* r, hashvalue_type h);
sbin/unwind/libunbound/util/data/msgreply.h
397
struct reply_info* reply_info_copy(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
412
int reply_info_alloc_rrset_keys(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
422
int reply_info_can_answer_expired(struct reply_info* rep, time_t timenow);
sbin/unwind/libunbound/util/data/msgreply.h
431
int reply_info_could_use_expired(struct reply_info* rep, time_t timenow);
sbin/unwind/libunbound/util/data/msgreply.h
444
struct reply_info *
sbin/unwind/libunbound/util/data/msgreply.h
445
make_new_reply_info(const struct reply_info* rep, struct regional* region,
sbin/unwind/libunbound/util/data/msgreply.h
470
struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
478
int reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
486
int reply_all_rrsets_secure(struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
496
struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
507
struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
519
struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
531
struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
541
struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
659
struct module_qstate* qstate, struct reply_info* rep, int rcode,
sbin/unwind/libunbound/util/data/msgreply.h
680
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.h
701
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.h
723
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/module.h
269
struct module_qstate* qstate, struct reply_info* rep, int rcode,
sbin/unwind/libunbound/util/tube.c
150
struct comm_reply* ATTR_UNUSED(reply_info))
sbin/unwind/libunbound/util/tube.c
226
struct comm_reply* ATTR_UNUSED(reply_info))
sbin/unwind/libunbound/util/tube.c
720
int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info))
sbin/unwind/libunbound/util/tube.c
728
int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info))
sbin/unwind/libunbound/util/tube.h
271
struct comm_reply* reply_info);
sbin/unwind/libunbound/util/tube.h
275
struct comm_reply* reply_info);
sbin/unwind/libunbound/validator/val_neg.c
324
static size_t calc_data_need(struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
566
static struct ub_packed_rrset_key* reply_find_soa(struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
577
static int reply_has_nsec(struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
853
static uint8_t* reply_nsec_signer(struct reply_info* rep, size_t* signer_len,
sbin/unwind/libunbound/validator/val_neg.c
879
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
969
void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep,
sbin/unwind/libunbound/validator/val_neg.h
209
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep);
sbin/unwind/libunbound/validator/val_neg.h
218
void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep,
sbin/unwind/libunbound/validator/val_neg.h
52
struct reply_info;
sbin/unwind/libunbound/validator/val_nsec.c
203
struct query_info* qinfo, struct reply_info* rep,
sbin/unwind/libunbound/validator/val_nsec.h
52
struct reply_info;
sbin/unwind/libunbound/validator/val_nsec.h
81
struct reply_info* rep, struct key_entry_key* kkey,
sbin/unwind/libunbound/validator/val_nsec3.h
77
struct reply_info;
sbin/unwind/libunbound/validator/val_utils.c
1012
val_fill_reply(struct reply_info* chase, struct reply_info* orig,
sbin/unwind/libunbound/validator/val_utils.c
1080
void val_reply_remove_auth(struct reply_info* rep, size_t index)
sbin/unwind/libunbound/validator/val_utils.c
1093
val_check_nonsecure(struct module_env* env, struct reply_info* rep)
sbin/unwind/libunbound/validator/val_utils.c
1177
val_mark_indeterminate(struct reply_info* rep, struct val_anchors* anchors,
sbin/unwind/libunbound/validator/val_utils.c
1197
val_mark_insecure(struct reply_info* rep, uint8_t* kname,
sbin/unwind/libunbound/validator/val_utils.c
1214
val_next_unchecked(struct reply_info* rep, size_t skip)
sbin/unwind/libunbound/validator/val_utils.c
1277
int val_has_signed_nsecs(struct reply_info* rep, char** reason)
sbin/unwind/libunbound/validator/val_utils.c
247
cname_under_previous_dname(struct reply_info* rep, size_t cname_idx,
sbin/unwind/libunbound/validator/val_utils.c
265
struct reply_info* rep, size_t skip, uint8_t** signer_name,
sbin/unwind/libunbound/validator/val_utils.c
67
struct query_info* qinf, struct reply_info* rep, size_t skip)
sbin/unwind/libunbound/validator/val_utils.c
970
val_chase_cname(struct query_info* qchase, struct reply_info* rep,
sbin/unwind/libunbound/validator/val_utils.h
114
struct query_info* qinf, struct reply_info* rep,
sbin/unwind/libunbound/validator/val_utils.h
297
int val_chase_cname(struct query_info* qchase, struct reply_info* rep,
sbin/unwind/libunbound/validator/val_utils.h
314
void val_fill_reply(struct reply_info* chase, struct reply_info* orig,
sbin/unwind/libunbound/validator/val_utils.h
322
void val_reply_remove_auth(struct reply_info* rep, size_t index);
sbin/unwind/libunbound/validator/val_utils.h
332
void val_check_nonsecure(struct module_env* env, struct reply_info* rep);
sbin/unwind/libunbound/validator/val_utils.h
342
void val_mark_indeterminate(struct reply_info* rep,
sbin/unwind/libunbound/validator/val_utils.h
354
void val_mark_insecure(struct reply_info* rep, uint8_t* kname,
sbin/unwind/libunbound/validator/val_utils.h
364
size_t val_next_unchecked(struct reply_info* rep, size_t skip);
sbin/unwind/libunbound/validator/val_utils.h
401
int val_has_signed_nsecs(struct reply_info* rep, char** reason);
sbin/unwind/libunbound/validator/val_utils.h
48
struct reply_info;
sbin/unwind/libunbound/validator/val_utils.h
97
struct reply_info* rep, size_t skip);
sbin/unwind/libunbound/validator/validator.c
1008
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1127
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1241
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1354
validate_referral_response(struct reply_info* chase_reply)
sbin/unwind/libunbound/validator/validator.c
1402
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1529
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1659
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
2498
struct reply_info* rep = (struct reply_info*)e->entry.data;
sbin/unwind/libunbound/validator/validator.c
294
vq->orig_msg->rep = (struct reply_info*)regional_alloc(
sbin/unwind/libunbound/validator/validator.c
295
qstate->region, sizeof(struct reply_info));
sbin/unwind/libunbound/validator/validator.c
298
memset(vq->orig_msg->rep, 0, sizeof(struct reply_info));
sbin/unwind/libunbound/validator/validator.c
310
sizeof(struct reply_info) - sizeof(struct rrset_ref));
sbin/unwind/libunbound/validator/validator.c
680
struct reply_info* chase_reply, struct key_entry_key* key_entry,
sbin/unwind/libunbound/validator/validator.c
82
update_reason_bogus(struct reply_info* rep, sldns_ede_code reason_bogus)
sbin/unwind/libunbound/validator/validator.c
911
detect_wrongly_truncated(struct reply_info* rep)
sbin/unwind/libunbound/validator/validator.c
948
remove_spurious_authority(struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
949
struct reply_info* orig_reply)
sbin/unwind/libunbound/validator/validator.h
178
struct reply_info* chase_reply;
sbin/unwind/resolver.c
2336
struct reply_info *rinfo = NULL;
usr.sbin/unbound/daemon/cachedump.c
311
struct reply_info* d, time_t now)
usr.sbin/unbound/daemon/cachedump.c
359
struct query_info** k, struct reply_info** d)
usr.sbin/unbound/daemon/cachedump.c
361
struct reply_info* rep = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/cachedump.c
364
*d = (struct reply_info*)regional_alloc_init(region, e->data,
usr.sbin/unbound/daemon/cachedump.c
365
sizeof(struct reply_info) +
usr.sbin/unbound/daemon/cachedump.c
389
struct reply_info* d;
usr.sbin/unbound/daemon/cachedump.c
754
struct reply_info rep;
usr.sbin/unbound/daemon/remote.c
1764
void (*func)(struct query_info*, struct reply_info*, addrkey_t*,
usr.sbin/unbound/daemon/remote.c
1769
cache_lookup_subnet_addrnode(struct query_info* q, struct reply_info* d,
usr.sbin/unbound/daemon/remote.c
1842
void (*func)(struct query_info*, struct reply_info*, addrkey_t*,
usr.sbin/unbound/daemon/remote.c
1864
void (*func)(struct query_info*, struct reply_info*, addrkey_t*,
usr.sbin/unbound/daemon/remote.c
1869
func(q, (struct reply_info*)n->elem, addr, addr_size, is_ipv6,
usr.sbin/unbound/daemon/remote.c
1883
void (*func)(struct query_info*, struct reply_info*, addrkey_t*,
usr.sbin/unbound/daemon/remote.c
1942
struct reply_info* d = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/remote.c
2291
struct reply_info* d = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/remote.c
2383
struct reply_info* d = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/remote.c
2466
struct reply_info* d = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/worker.c
1471
struct reply_info* partial_rep = NULL;
usr.sbin/unbound/daemon/worker.c
1917
struct reply_info* rep = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/worker.c
245
struct comm_reply* reply_info)
usr.sbin/unbound/daemon/worker.c
2529
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/daemon/worker.c
253
mesh_report_reply(worker->env.mesh, e, reply_info, error);
usr.sbin/unbound/daemon/worker.c
265
mesh_report_reply(worker->env.mesh, e, reply_info,
usr.sbin/unbound/daemon/worker.c
270
mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR);
usr.sbin/unbound/daemon/worker.c
504
check_delegation_secure(struct reply_info *rep)
usr.sbin/unbound/daemon/worker.c
530
deleg_remove_nonsecure_additional(struct reply_info* rep)
usr.sbin/unbound/daemon/worker.c
676
struct respip_client_info* cinfo, struct reply_info* rep,
usr.sbin/unbound/daemon/worker.c
679
struct reply_info** encode_repp, struct auth_zones* az)
usr.sbin/unbound/daemon/worker.c
735
struct reply_info** partial_repp,
usr.sbin/unbound/daemon/worker.c
736
struct reply_info* rep, uint16_t id, uint16_t flags,
usr.sbin/unbound/daemon/worker.c
741
struct reply_info* encode_rep = rep;
usr.sbin/unbound/daemon/worker.c
742
struct reply_info* partial_rep = *partial_repp;
usr.sbin/unbound/dns64/dns64.c
823
struct reply_info *rep, *cp;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1617
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1694
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/dynlibmod/dynlibmod.c
214
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/dynlibmod/dynlibmod.h
71
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/dynlibmod/examples/helloworld.c
119
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/dynlibmod/examples/helloworld.c
33
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/edns-subnet/subnetmod.c
325
struct reply_info *elem = (struct reply_info *)elemptr;
usr.sbin/unbound/edns-subnet/subnetmod.c
332
struct reply_info *elem = (struct reply_info *)elemptr;
usr.sbin/unbound/edns-subnet/subnetmod.c
333
size_t s = sizeof (struct reply_info) - sizeof (struct rrset_ref)
usr.sbin/unbound/edns-subnet/subnetmod.c
377
struct reply_info *rep;
usr.sbin/unbound/edns-subnet/subnetmod.c
503
(struct reply_info *)node->elem, qstate->region, *env->now, 0,
usr.sbin/unbound/edns-subnet/subnetmod.c
521
if (prefetch && *qstate->env->now >= ((struct reply_info *)node->elem)->prefetch_ttl) {
usr.sbin/unbound/iterator/iter_delegpt.c
401
find_NS(struct reply_info* rep, size_t from, size_t to)
usr.sbin/unbound/iterator/iter_delegpt.c
561
struct reply_info* rep = (struct reply_info*)msg->entry.data;
usr.sbin/unbound/iterator/iter_utils.c
1068
reply_equal(struct reply_info* p, struct reply_info* q, struct regional* region)
usr.sbin/unbound/iterator/iter_utils.c
1126
caps_strip_reply(struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1161
int caps_failed_rcode(struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1187
reply_get_NS_rrset(struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1199
iter_store_parentside_NS(struct module_env* env, struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1209
struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1657
iter_make_minimal(struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
738
struct reply_info* msgrep, int is_referral, time_t leeway, int pside,
usr.sbin/unbound/iterator/iter_utils.h
154
struct reply_info* rep, int is_referral, time_t leeway, int pside,
usr.sbin/unbound/iterator/iter_utils.h
261
int reply_equal(struct reply_info* p, struct reply_info* q, struct regional* region);
usr.sbin/unbound/iterator/iter_utils.h
270
void caps_strip_reply(struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
278
int caps_failed_rcode(struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
297
void iter_store_parentside_NS(struct module_env* env, struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
308
struct query_info* qinfo, struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
483
void iter_make_minimal(struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
58
struct reply_info;
usr.sbin/unbound/iterator/iterator.c
1160
struct reply_info* rep = iq->response->rep;
usr.sbin/unbound/iterator/iterator.c
297
struct reply_info err;
usr.sbin/unbound/iterator/iterator.c
3117
find_NS(struct reply_info* rep, size_t from, size_t to)
usr.sbin/unbound/iterator/iterator.c
315
struct reply_info* rep = (struct reply_info*)msg->entry.data;
usr.sbin/unbound/iterator/iterator.h
340
struct reply_info* caps_reply;
usr.sbin/unbound/libunbound/libworker.c
435
uint8_t* finalcname, struct query_info* rq, struct reply_info* rep)
usr.sbin/unbound/libunbound/libworker.c
515
struct reply_info* rep;
usr.sbin/unbound/libunbound/libworker.c
903
struct comm_reply* reply_info)
usr.sbin/unbound/libunbound/libworker.c
909
mesh_report_reply(lw->env->mesh, e, reply_info, error);
usr.sbin/unbound/libunbound/libworker.c
919
mesh_report_reply(lw->env->mesh, e, reply_info,
usr.sbin/unbound/libunbound/libworker.c
923
mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
usr.sbin/unbound/libunbound/libworker.c
945
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/libunbound/worker.h
157
struct comm_reply* reply_info);
usr.sbin/unbound/libunbound/worker.h
85
struct comm_reply* reply_info);
usr.sbin/unbound/respip/respip.c
1114
struct reply_info* new_rep = qstate->return_msg->rep;
usr.sbin/unbound/respip/respip.c
1168
respip_merge_cname(struct reply_info* base_rep,
usr.sbin/unbound/respip/respip.c
1169
const struct query_info* qinfo, const struct reply_info* tgt_rep,
usr.sbin/unbound/respip/respip.c
1171
struct reply_info** new_repp, struct regional* region,
usr.sbin/unbound/respip/respip.c
1175
struct reply_info* new_rep;
usr.sbin/unbound/respip/respip.c
1176
struct reply_info* tmp_rep = NULL; /* just a placeholder */
usr.sbin/unbound/respip/respip.c
1234
struct reply_info* new_rep = NULL;
usr.sbin/unbound/respip/respip.c
612
respip_addr_lookup(const struct reply_info *rep, struct respip_set* rs,
usr.sbin/unbound/respip/respip.c
674
uint16_t qtype, const struct reply_info* rep,
usr.sbin/unbound/respip/respip.c
675
size_t rrset_id, struct reply_info** new_repp, int tag,
usr.sbin/unbound/respip/respip.c
681
struct reply_info* new_rep;
usr.sbin/unbound/respip/respip.c
762
const struct reply_info *rep, size_t rrset_id,
usr.sbin/unbound/respip/respip.c
763
struct reply_info** new_repp, struct regional* region)
usr.sbin/unbound/respip/respip.c
765
struct reply_info* new_rep;
usr.sbin/unbound/respip/respip.c
875
const struct respip_client_info* cinfo, const struct reply_info* rep,
usr.sbin/unbound/respip/respip.c
876
struct reply_info** new_repp, struct respip_action_info* actinfo,
usr.sbin/unbound/respip/respip.h
160
int respip_merge_cname(struct reply_info* base_rep,
usr.sbin/unbound/respip/respip.h
161
const struct query_info* qinfo, const struct reply_info* tgt_rep,
usr.sbin/unbound/respip/respip.h
163
struct reply_info** new_repp, struct regional* region,
usr.sbin/unbound/respip/respip.h
194
const struct reply_info *rep, struct reply_info** new_repp,
usr.sbin/unbound/services/authzone.c
129
msg->rep = (struct reply_info*)regional_alloc_zero(region,
usr.sbin/unbound/services/authzone.c
130
sizeof(struct reply_info)-sizeof(struct rrset_ref));
usr.sbin/unbound/services/authzone.c
5714
struct reply_info* rep;
usr.sbin/unbound/services/authzone.c
6777
struct reply_info* rep;
usr.sbin/unbound/services/authzone.c
8325
struct reply_info* rep;
usr.sbin/unbound/services/cache/dns.c
1028
struct reply_info* data = (struct reply_info*)e->data;
usr.sbin/unbound/services/cache/dns.c
1059
struct reply_info* msgrep, int is_referral, time_t leeway, int pside,
usr.sbin/unbound/services/cache/dns.c
1063
struct reply_info* rep = NULL;
usr.sbin/unbound/services/cache/dns.c
1071
struct reply_info* cached = e->entry.data;
usr.sbin/unbound/services/cache/dns.c
1188
struct reply_info* rep = (struct reply_info*)msg->entry.data;
usr.sbin/unbound/services/cache/dns.c
156
hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside,
usr.sbin/unbound/services/cache/dns.c
157
struct reply_info* qrep, uint32_t flags, struct regional* region,
usr.sbin/unbound/services/cache/dns.c
298
if( now > ((struct reply_info*)e->data)->ttl ) {
usr.sbin/unbound/services/cache/dns.c
482
msg->rep = (struct reply_info*)regional_alloc_zero(region,
usr.sbin/unbound/services/cache/dns.c
483
sizeof(struct reply_info)-sizeof(struct rrset_ref));
usr.sbin/unbound/services/cache/dns.c
584
msg->rep = (struct reply_info*)regional_alloc(region,
usr.sbin/unbound/services/cache/dns.c
585
sizeof(struct reply_info) - sizeof(struct rrset_ref));
usr.sbin/unbound/services/cache/dns.c
601
tomsg(struct module_env* env, struct query_info* q, struct reply_info* r,
usr.sbin/unbound/services/cache/dns.c
78
store_rrsets(struct module_env* env, struct reply_info* rep, time_t now,
usr.sbin/unbound/services/cache/dns.c
79
time_t leeway, int pside, struct reply_info* qrep,
usr.sbin/unbound/services/cache/dns.c
911
struct reply_info* data = (struct reply_info*)e->data;
usr.sbin/unbound/services/cache/dns.h
125
hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside,
usr.sbin/unbound/services/cache/dns.h
126
struct reply_info* qrep, uint32_t flags, struct regional* region,
usr.sbin/unbound/services/cache/dns.h
167
struct reply_info* r, struct regional* region, time_t now,
usr.sbin/unbound/services/cache/dns.h
48
struct reply_info;
usr.sbin/unbound/services/cache/dns.h
65
struct reply_info *rep;
usr.sbin/unbound/services/cache/dns.h
98
struct reply_info* rep, int is_referral, time_t leeway, int pside,
usr.sbin/unbound/services/localzone.c
1315
struct reply_info rep;
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
1391
struct reply_info* rep, struct mesh_reply* r)
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
1594
struct reply_info* rep)
usr.sbin/unbound/services/mesh.c
1703
struct reply_info* rep = (mstate->s.return_msg?
usr.sbin/unbound/services/mesh.c
2368
struct respip_action_info* actinfo, struct reply_info* rep,
usr.sbin/unbound/services/mesh.c
2370
struct reply_info** encode_repp, struct auth_zones* az)
usr.sbin/unbound/services/mesh.c
2404
struct reply_info* partial_rep = NULL;
usr.sbin/unbound/services/mesh.c
2406
struct reply_info* encode_rep = NULL;
usr.sbin/unbound/services/mesh.c
338
struct reply_info* data;
usr.sbin/unbound/services/mesh.c
350
data = (struct reply_info*)e->data;
usr.sbin/unbound/services/mesh.h
61
struct reply_info;
usr.sbin/unbound/services/outside_network.c
1296
struct comm_reply *reply_info)
usr.sbin/unbound/services/outside_network.c
1395
waiting_tcp_callback(w, c, error, reply_info);
usr.sbin/unbound/services/outside_network.c
1481
struct comm_reply *reply_info)
usr.sbin/unbound/services/outside_network.c
1496
log_assert(reply_info);
usr.sbin/unbound/services/outside_network.c
1500
memcpy(&key.addr, &reply_info->remote_addr, reply_info->remote_addrlen);
usr.sbin/unbound/services/outside_network.c
1501
key.addrlen = reply_info->remote_addrlen;
usr.sbin/unbound/services/outside_network.c
1504
&reply_info->remote_addr, reply_info->remote_addrlen);
usr.sbin/unbound/services/outside_network.c
1552
(void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
usr.sbin/unbound/services/outside_network.c
949
struct comm_reply* reply_info)
usr.sbin/unbound/services/outside_network.c
953
(void)(*w->cb)(c, w->cb_arg, error, reply_info);
usr.sbin/unbound/services/outside_network.h
817
struct comm_reply *reply_info);
usr.sbin/unbound/services/outside_network.h
821
struct comm_reply *reply_info);
usr.sbin/unbound/services/rpz.c
1778
struct reply_info rep;
usr.sbin/unbound/services/rpz.c
1922
rpz_add_soa(struct reply_info* rep, struct module_qstate* ms,
usr.sbin/unbound/services/rpz.c
2022
struct reply_info* new_reply_info;
usr.sbin/unbound/services/rpz.c
2187
struct reply_info* new_reply_info;
usr.sbin/unbound/smallapp/worker_cb.c
147
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/smallapp/worker_cb.c
70
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/doqclient.c
2563
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/doqclient.c
2640
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/fake_event.c
1522
struct comm_reply *ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/fake_event.c
1530
struct comm_reply *ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/fake_event.c
1618
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/fake_event.c
1626
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/fake_event.c
762
struct reply_info* rep = (struct reply_info*)msg->entry.data;
usr.sbin/unbound/testcode/unitauth.c
810
pr_rrs(sldns_buffer* buf, struct reply_info* rep)
usr.sbin/unbound/testcode/unitecs.c
152
struct reply_info *elem = (struct reply_info *)elemptr;
usr.sbin/unbound/testcode/unitecs.c
165
struct reply_info *elem;
usr.sbin/unbound/testcode/unitecs.c
175
elem = (struct reply_info *) calloc(1, sizeof(struct reply_info));
usr.sbin/unbound/testcode/unitecs.c
191
elem = (struct reply_info *) calloc(1, sizeof(struct reply_info));
usr.sbin/unbound/testcode/unitecs.c
203
elem = (struct reply_info *) calloc(1, sizeof(struct reply_info));
usr.sbin/unbound/testcode/unitmain.c
1034
struct reply_info* rep, struct regional* region,
usr.sbin/unbound/testcode/unitmain.c
1070
struct reply_info* rep, struct regional* region)
usr.sbin/unbound/testcode/unitmain.c
1091
struct reply_info* rep, struct regional* region)
usr.sbin/unbound/testcode/unitmain.c
1122
struct reply_info* rep, struct regional* region)
usr.sbin/unbound/testcode/unitmain.c
1156
struct reply_info* rep;
usr.sbin/unbound/testcode/unitmsgparse.c
166
perf_encode(struct query_info* qi, struct reply_info* rep, uint16_t id,
usr.sbin/unbound/testcode/unitmsgparse.c
204
struct reply_info* rep = 0;
usr.sbin/unbound/testcode/unitmsgparse.c
253
print_packet_rrsets(struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/testcode/unitmsgparse.c
277
no_data_for_rrsig(struct reply_info* rep, struct ub_packed_rrset_key* rrsig)
usr.sbin/unbound/testcode/unitmsgparse.c
293
check_the_rrsigs(struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/testcode/unitmsgparse.c
318
struct reply_info* rep = 0;
usr.sbin/unbound/testcode/unitverify.c
119
struct reply_info* rep = NULL;
usr.sbin/unbound/testcode/unitverify.c
220
struct reply_info* rep = NULL;
usr.sbin/unbound/testcode/unitverify.c
242
find_rrset_type(struct reply_info* rep, uint16_t type)
usr.sbin/unbound/testcode/unitverify.c
258
struct reply_info* rep = NULL;
usr.sbin/unbound/testcode/unitverify.c
433
struct reply_info* rep = NULL;
usr.sbin/unbound/testcode/unitverify.c
92
struct reply_info** rep)
usr.sbin/unbound/util/data/msgencode.c
557
insert_section(struct reply_info* rep, size_t num_rrsets, uint16_t* num_rrs,
usr.sbin/unbound/util/data/msgencode.c
636
positive_answer(struct reply_info* rep, uint16_t qtype) {
usr.sbin/unbound/util/data/msgencode.c
664
negative_answer(struct reply_info* rep) {
usr.sbin/unbound/util/data/msgencode.c
686
reply_info_encode(struct query_info* qinfo, struct reply_info* rep,
usr.sbin/unbound/util/data/msgencode.c
732
struct reply_info arep;
usr.sbin/unbound/util/data/msgencode.c
997
reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
usr.sbin/unbound/util/data/msgencode.h
47
struct reply_info;
usr.sbin/unbound/util/data/msgencode.h
69
int reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
usr.sbin/unbound/util/data/msgencode.h
93
int reply_info_encode(struct query_info* qinfo, struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.c
104
struct reply_info* rep;
usr.sbin/unbound/util/data/msgreply.c
1051
reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
106
size_t s = sizeof(struct reply_info) - sizeof(struct rrset_ref) +
usr.sbin/unbound/util/data/msgreply.c
1076
reply_all_rrsets_secure(struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
1087
struct reply_info*
usr.sbin/unbound/util/data/msgreply.c
1091
struct reply_info* rep;
usr.sbin/unbound/util/data/msgreply.c
110
rep = (struct reply_info*)regional_alloc(region, s);
usr.sbin/unbound/util/data/msgreply.c
111
else rep = (struct reply_info*)malloc(s +
usr.sbin/unbound/util/data/msgreply.c
1210
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.c
1232
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/util/data/msgreply.c
1243
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.c
1254
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.c
1265
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.c
143
parse_create_repinfo(struct msg_parse* msg, struct reply_info** rep,
usr.sbin/unbound/util/data/msgreply.c
155
reply_info_alloc_rrset_keys(struct reply_info* rep, struct alloc_cache* alloc,
usr.sbin/unbound/util/data/msgreply.c
179
reply_info_can_answer_expired(struct reply_info* rep, time_t timenow)
usr.sbin/unbound/util/data/msgreply.c
191
int reply_info_could_use_expired(struct reply_info* rep, time_t timenow)
usr.sbin/unbound/util/data/msgreply.c
204
struct reply_info *
usr.sbin/unbound/util/data/msgreply.c
205
make_new_reply_info(const struct reply_info* rep, struct regional* region,
usr.sbin/unbound/util/data/msgreply.c
208
struct reply_info* new_rep;
usr.sbin/unbound/util/data/msgreply.c
497
struct reply_info* rep, struct regional* region)
usr.sbin/unbound/util/data/msgreply.c
528
struct reply_info** rep, struct regional* region)
usr.sbin/unbound/util/data/msgreply.c
547
struct query_info* qinf, struct reply_info** rep,
usr.sbin/unbound/util/data/msgreply.c
591
reply_info_sortref(struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
598
reply_info_set_ttls(struct reply_info* rep, time_t timenow)
usr.sbin/unbound/util/data/msgreply.c
621
reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc)
usr.sbin/unbound/util/data/msgreply.c
693
struct reply_info* r = (struct reply_info*)d;
usr.sbin/unbound/util/data/msgreply.c
694
size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info)
usr.sbin/unbound/util/data/msgreply.c
714
struct reply_info* r = (struct reply_info*)d;
usr.sbin/unbound/util/data/msgreply.c
735
query_info_entrysetup(struct query_info* q, struct reply_info* r,
usr.sbin/unbound/util/data/msgreply.c
761
repinfo_copy_rrsets(struct reply_info* dest, struct reply_info* from,
usr.sbin/unbound/util/data/msgreply.c
795
struct reply_info*
usr.sbin/unbound/util/data/msgreply.c
796
reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc,
usr.sbin/unbound/util/data/msgreply.c
799
struct reply_info* cp;
usr.sbin/unbound/util/data/msgreply.c
841
reply_find_final_cname_target(struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
862
reply_find_answer_rrset(struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
887
struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.c
903
struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.c
919
struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.c
936
log_dns_msg(const char* str, struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
98
struct reply_info*
usr.sbin/unbound/util/data/msgreply.h
269
struct reply_info*
usr.sbin/unbound/util/data/msgreply.h
303
struct query_info* qinf, struct reply_info** rep,
usr.sbin/unbound/util/data/msgreply.h
323
struct reply_info** rep, struct regional* region);
usr.sbin/unbound/util/data/msgreply.h
326
struct reply_info* parse_reply_in_temp_region(struct sldns_buffer* pkt,
usr.sbin/unbound/util/data/msgreply.h
333
void reply_info_sortref(struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
341
void reply_info_set_ttls(struct reply_info* rep, time_t timenow);
usr.sbin/unbound/util/data/msgreply.h
349
void reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc);
usr.sbin/unbound/util/data/msgreply.h
384
struct reply_info* r, hashvalue_type h);
usr.sbin/unbound/util/data/msgreply.h
397
struct reply_info* reply_info_copy(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
412
int reply_info_alloc_rrset_keys(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
422
int reply_info_can_answer_expired(struct reply_info* rep, time_t timenow);
usr.sbin/unbound/util/data/msgreply.h
431
int reply_info_could_use_expired(struct reply_info* rep, time_t timenow);
usr.sbin/unbound/util/data/msgreply.h
444
struct reply_info *
usr.sbin/unbound/util/data/msgreply.h
445
make_new_reply_info(const struct reply_info* rep, struct regional* region,
usr.sbin/unbound/util/data/msgreply.h
470
struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
478
int reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
486
int reply_all_rrsets_secure(struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
496
struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
507
struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
519
struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
531
struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
541
struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
659
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/util/data/msgreply.h
680
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.h
701
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.h
723
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/module.h
269
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/util/tube.c
150
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/util/tube.c
226
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/util/tube.c
720
int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/util/tube.c
728
int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/util/tube.h
271
struct comm_reply* reply_info);
usr.sbin/unbound/util/tube.h
275
struct comm_reply* reply_info);
usr.sbin/unbound/validator/val_neg.c
324
static size_t calc_data_need(struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
566
static struct ub_packed_rrset_key* reply_find_soa(struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
577
static int reply_has_nsec(struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
853
static uint8_t* reply_nsec_signer(struct reply_info* rep, size_t* signer_len,
usr.sbin/unbound/validator/val_neg.c
879
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
969
void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep,
usr.sbin/unbound/validator/val_neg.h
209
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep);
usr.sbin/unbound/validator/val_neg.h
218
void val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep,
usr.sbin/unbound/validator/val_neg.h
52
struct reply_info;
usr.sbin/unbound/validator/val_nsec.c
203
struct query_info* qinfo, struct reply_info* rep,
usr.sbin/unbound/validator/val_nsec.h
52
struct reply_info;
usr.sbin/unbound/validator/val_nsec.h
81
struct reply_info* rep, struct key_entry_key* kkey,
usr.sbin/unbound/validator/val_nsec3.h
77
struct reply_info;
usr.sbin/unbound/validator/val_utils.c
1012
val_fill_reply(struct reply_info* chase, struct reply_info* orig,
usr.sbin/unbound/validator/val_utils.c
1080
void val_reply_remove_auth(struct reply_info* rep, size_t index)
usr.sbin/unbound/validator/val_utils.c
1093
val_check_nonsecure(struct module_env* env, struct reply_info* rep)
usr.sbin/unbound/validator/val_utils.c
1177
val_mark_indeterminate(struct reply_info* rep, struct val_anchors* anchors,
usr.sbin/unbound/validator/val_utils.c
1197
val_mark_insecure(struct reply_info* rep, uint8_t* kname,
usr.sbin/unbound/validator/val_utils.c
1214
val_next_unchecked(struct reply_info* rep, size_t skip)
usr.sbin/unbound/validator/val_utils.c
1277
int val_has_signed_nsecs(struct reply_info* rep, char** reason)
usr.sbin/unbound/validator/val_utils.c
247
cname_under_previous_dname(struct reply_info* rep, size_t cname_idx,
usr.sbin/unbound/validator/val_utils.c
265
struct reply_info* rep, size_t skip, uint8_t** signer_name,
usr.sbin/unbound/validator/val_utils.c
67
struct query_info* qinf, struct reply_info* rep, size_t skip)
usr.sbin/unbound/validator/val_utils.c
970
val_chase_cname(struct query_info* qchase, struct reply_info* rep,
usr.sbin/unbound/validator/val_utils.h
114
struct query_info* qinf, struct reply_info* rep,
usr.sbin/unbound/validator/val_utils.h
297
int val_chase_cname(struct query_info* qchase, struct reply_info* rep,
usr.sbin/unbound/validator/val_utils.h
314
void val_fill_reply(struct reply_info* chase, struct reply_info* orig,
usr.sbin/unbound/validator/val_utils.h
322
void val_reply_remove_auth(struct reply_info* rep, size_t index);
usr.sbin/unbound/validator/val_utils.h
332
void val_check_nonsecure(struct module_env* env, struct reply_info* rep);
usr.sbin/unbound/validator/val_utils.h
342
void val_mark_indeterminate(struct reply_info* rep,
usr.sbin/unbound/validator/val_utils.h
354
void val_mark_insecure(struct reply_info* rep, uint8_t* kname,
usr.sbin/unbound/validator/val_utils.h
364
size_t val_next_unchecked(struct reply_info* rep, size_t skip);
usr.sbin/unbound/validator/val_utils.h
401
int val_has_signed_nsecs(struct reply_info* rep, char** reason);
usr.sbin/unbound/validator/val_utils.h
48
struct reply_info;
usr.sbin/unbound/validator/val_utils.h
97
struct reply_info* rep, size_t skip);
usr.sbin/unbound/validator/validator.c
1008
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1127
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1241
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1354
validate_referral_response(struct reply_info* chase_reply)
usr.sbin/unbound/validator/validator.c
1402
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1529
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1659
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
2498
struct reply_info* rep = (struct reply_info*)e->entry.data;
usr.sbin/unbound/validator/validator.c
294
vq->orig_msg->rep = (struct reply_info*)regional_alloc(
usr.sbin/unbound/validator/validator.c
295
qstate->region, sizeof(struct reply_info));
usr.sbin/unbound/validator/validator.c
298
memset(vq->orig_msg->rep, 0, sizeof(struct reply_info));
usr.sbin/unbound/validator/validator.c
310
sizeof(struct reply_info) - sizeof(struct rrset_ref));
usr.sbin/unbound/validator/validator.c
680
struct reply_info* chase_reply, struct key_entry_key* key_entry,
usr.sbin/unbound/validator/validator.c
82
update_reason_bogus(struct reply_info* rep, sldns_ede_code reason_bogus)
usr.sbin/unbound/validator/validator.c
911
detect_wrongly_truncated(struct reply_info* rep)
usr.sbin/unbound/validator/validator.c
948
remove_spurious_authority(struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
949
struct reply_info* orig_reply)
usr.sbin/unbound/validator/validator.h
178
struct reply_info* chase_reply;