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
824
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
1105
reply_equal(struct reply_info* p, struct reply_info* q, struct regional* region)
sbin/unwind/libunbound/iterator/iter_utils.c
1163
caps_strip_reply(struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1198
int caps_failed_rcode(struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1224
reply_get_NS_rrset(struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1236
iter_store_parentside_NS(struct module_env* env, struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1246
struct query_info* qinfo, struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
1699
iter_make_minimal(struct reply_info* rep)
sbin/unwind/libunbound/iterator/iter_utils.c
775
struct reply_info* msgrep, int is_referral, time_t leeway, int pside,
sbin/unwind/libunbound/iterator/iter_utils.h
155
struct reply_info* rep, int is_referral, time_t leeway, int pside,
sbin/unwind/libunbound/iterator/iter_utils.h
262
int reply_equal(struct reply_info* p, struct reply_info* q, struct regional* region);
sbin/unwind/libunbound/iterator/iter_utils.h
271
void caps_strip_reply(struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
279
int caps_failed_rcode(struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
298
void iter_store_parentside_NS(struct module_env* env, struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
309
struct query_info* qinfo, struct reply_info* rep);
sbin/unwind/libunbound/iterator/iter_utils.h
484
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
1186
struct reply_info* rep = iq->response->rep;
sbin/unwind/libunbound/iterator/iterator.c
298
struct reply_info err;
sbin/unwind/libunbound/iterator/iterator.c
3130
find_NS(struct reply_info* rep, size_t from, size_t to)
sbin/unwind/libunbound/iterator/iterator.c
317
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
444
uint8_t* finalcname, struct query_info* rq, struct reply_info* rep)
sbin/unwind/libunbound/libunbound/libworker.c
524
struct reply_info* rep;
sbin/unwind/libunbound/libunbound/libworker.c
912
struct comm_reply* reply_info)
sbin/unwind/libunbound/libunbound/libworker.c
918
mesh_report_reply(lw->env->mesh, e, reply_info, error);
sbin/unwind/libunbound/libunbound/libworker.c
928
mesh_report_reply(lw->env->mesh, e, reply_info,
sbin/unwind/libunbound/libunbound/libworker.c
932
mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
sbin/unwind/libunbound/libunbound/libworker.c
954
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
1124
struct reply_info* new_rep = qstate->return_msg->rep;
sbin/unwind/libunbound/respip/respip.c
1178
respip_merge_cname(struct reply_info* base_rep,
sbin/unwind/libunbound/respip/respip.c
1179
const struct query_info* qinfo, const struct reply_info* tgt_rep,
sbin/unwind/libunbound/respip/respip.c
1181
struct reply_info** new_repp, struct regional* region,
sbin/unwind/libunbound/respip/respip.c
1185
struct reply_info* new_rep;
sbin/unwind/libunbound/respip/respip.c
1186
struct reply_info* tmp_rep = NULL; /* just a placeholder */
sbin/unwind/libunbound/respip/respip.c
1244
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
5774
struct reply_info* rep;
sbin/unwind/libunbound/services/authzone.c
6867
struct reply_info* rep;
sbin/unwind/libunbound/services/authzone.c
8405
struct reply_info* rep;
sbin/unwind/libunbound/services/cache/dns.c
1082
struct reply_info* data = (struct reply_info*)e->data;
sbin/unwind/libunbound/services/cache/dns.c
1113
struct reply_info* msgrep, int is_referral, time_t leeway, int pside,
sbin/unwind/libunbound/services/cache/dns.c
1117
struct reply_info* rep = NULL;
sbin/unwind/libunbound/services/cache/dns.c
1125
struct reply_info* cached = e->entry.data;
sbin/unwind/libunbound/services/cache/dns.c
1242
struct reply_info* rep = (struct reply_info*)msg->entry.data;
sbin/unwind/libunbound/services/cache/dns.c
165
hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside,
sbin/unwind/libunbound/services/cache/dns.c
166
struct reply_info* qrep, uint32_t flags, struct regional* region,
sbin/unwind/libunbound/services/cache/dns.c
320
if( now > ((struct reply_info*)e->data)->ttl ) {
sbin/unwind/libunbound/services/cache/dns.c
506
msg->rep = (struct reply_info*)regional_alloc_zero(region,
sbin/unwind/libunbound/services/cache/dns.c
507
sizeof(struct reply_info)-sizeof(struct rrset_ref));
sbin/unwind/libunbound/services/cache/dns.c
614
msg->rep = (struct reply_info*)regional_alloc(region,
sbin/unwind/libunbound/services/cache/dns.c
615
sizeof(struct reply_info) - sizeof(struct rrset_ref));
sbin/unwind/libunbound/services/cache/dns.c
632
tomsg(struct module_env* env, struct query_info* q, struct reply_info* r,
sbin/unwind/libunbound/services/cache/dns.c
719
size_t rep_alloc_size = sizeof(struct reply_info)
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
965
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
1344
struct reply_info rep;
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
1427
struct reply_info* rep, struct mesh_reply* r)
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
1634
struct reply_info* rep)
sbin/unwind/libunbound/services/mesh.c
1743
struct reply_info* rep = (mstate->s.return_msg?
sbin/unwind/libunbound/services/mesh.c
2441
struct respip_action_info* actinfo, struct reply_info* rep,
sbin/unwind/libunbound/services/mesh.c
2443
struct reply_info** encode_repp, struct auth_zones* az)
sbin/unwind/libunbound/services/mesh.c
2478
struct reply_info* partial_rep = NULL;
sbin/unwind/libunbound/services/mesh.c
2480
struct reply_info* encode_rep = NULL;
sbin/unwind/libunbound/services/mesh.c
341
struct reply_info* data;
sbin/unwind/libunbound/services/mesh.c
353
data = (struct reply_info*)e->data;
sbin/unwind/libunbound/services/mesh.h
61
struct reply_info;
sbin/unwind/libunbound/services/outside_network.c
1344
struct comm_reply *reply_info)
sbin/unwind/libunbound/services/outside_network.c
1443
waiting_tcp_callback(w, c, error, reply_info);
sbin/unwind/libunbound/services/outside_network.c
1529
struct comm_reply *reply_info)
sbin/unwind/libunbound/services/outside_network.c
1544
log_assert(reply_info);
sbin/unwind/libunbound/services/outside_network.c
1548
memcpy(&key.addr, &reply_info->remote_addr, reply_info->remote_addrlen);
sbin/unwind/libunbound/services/outside_network.c
1549
key.addrlen = reply_info->remote_addrlen;
sbin/unwind/libunbound/services/outside_network.c
1552
&reply_info->remote_addr, reply_info->remote_addrlen);
sbin/unwind/libunbound/services/outside_network.c
1600
(void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
sbin/unwind/libunbound/services/outside_network.c
993
struct comm_reply* reply_info)
sbin/unwind/libunbound/services/outside_network.c
997
(void)(*w->cb)(c, w->cb_arg, error, reply_info);
sbin/unwind/libunbound/services/outside_network.h
909
struct comm_reply *reply_info);
sbin/unwind/libunbound/services/outside_network.h
913
struct comm_reply *reply_info);
sbin/unwind/libunbound/services/rpz.c
1779
struct reply_info rep;
sbin/unwind/libunbound/services/rpz.c
1923
rpz_add_soa(struct reply_info* rep, struct module_qstate* ms,
sbin/unwind/libunbound/services/rpz.c
2023
struct reply_info* new_reply_info;
sbin/unwind/libunbound/services/rpz.c
2188
struct reply_info* new_reply_info;
sbin/unwind/libunbound/util/data/msgencode.c
1023
reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgencode.c
573
insert_section(struct reply_info* rep, size_t num_rrsets, uint16_t* num_rrs,
sbin/unwind/libunbound/util/data/msgencode.c
652
positive_answer(struct reply_info* rep, uint16_t qtype) {
sbin/unwind/libunbound/util/data/msgencode.c
680
negative_answer(struct reply_info* rep) {
sbin/unwind/libunbound/util/data/msgencode.c
702
reply_info_encode(struct query_info* qinfo, struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgencode.c
748
struct reply_info arep;
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
106
size_t s = sizeof(struct reply_info) - sizeof(struct rrset_ref) +
sbin/unwind/libunbound/util/data/msgreply.c
1079
reply_check_cname_chain(struct query_info* qinfo, 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
1104
reply_all_rrsets_secure(struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
111
else rep = (struct reply_info*)malloc(s +
sbin/unwind/libunbound/util/data/msgreply.c
1115
struct reply_info*
sbin/unwind/libunbound/util/data/msgreply.c
1119
struct reply_info* rep;
sbin/unwind/libunbound/util/data/msgreply.c
1238
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.c
1260
struct module_qstate* qstate, struct reply_info* rep, int rcode,
sbin/unwind/libunbound/util/data/msgreply.c
1271
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.c
1282
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.c
1293
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
192
reply_info_could_use_expired(struct reply_info* rep, time_t timenow)
sbin/unwind/libunbound/util/data/msgreply.c
205
struct reply_info *
sbin/unwind/libunbound/util/data/msgreply.c
206
make_new_reply_info(const struct reply_info* rep, struct regional* region,
sbin/unwind/libunbound/util/data/msgreply.c
209
struct reply_info* new_rep;
sbin/unwind/libunbound/util/data/msgreply.c
502
struct reply_info* rep, struct regional* region)
sbin/unwind/libunbound/util/data/msgreply.c
533
struct reply_info** rep, struct regional* region)
sbin/unwind/libunbound/util/data/msgreply.c
552
struct query_info* qinf, struct reply_info** rep,
sbin/unwind/libunbound/util/data/msgreply.c
596
reply_info_sortref(struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
603
reply_info_set_ttls(struct reply_info* rep, time_t timenow)
sbin/unwind/libunbound/util/data/msgreply.c
626
reply_info_absolute_ttls(struct reply_info* rep, time_t ttl, time_t ttl_add)
sbin/unwind/libunbound/util/data/msgreply.c
649
reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc)
sbin/unwind/libunbound/util/data/msgreply.c
721
struct reply_info* r = (struct reply_info*)d;
sbin/unwind/libunbound/util/data/msgreply.c
722
size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info)
sbin/unwind/libunbound/util/data/msgreply.c
742
struct reply_info* r = (struct reply_info*)d;
sbin/unwind/libunbound/util/data/msgreply.c
763
query_info_entrysetup(struct query_info* q, struct reply_info* r,
sbin/unwind/libunbound/util/data/msgreply.c
789
repinfo_copy_rrsets(struct reply_info* dest, struct reply_info* from,
sbin/unwind/libunbound/util/data/msgreply.c
823
struct reply_info*
sbin/unwind/libunbound/util/data/msgreply.c
824
reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc,
sbin/unwind/libunbound/util/data/msgreply.c
827
struct reply_info* cp;
sbin/unwind/libunbound/util/data/msgreply.c
869
reply_find_final_cname_target(struct query_info* qinfo, struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
890
reply_find_answer_rrset(struct query_info* qinfo, struct reply_info* rep)
sbin/unwind/libunbound/util/data/msgreply.c
915
struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.c
931
struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.c
947
struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.c
964
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
350
void reply_info_absolute_ttls(struct reply_info* rep, time_t ttl, time_t ttl_add);
sbin/unwind/libunbound/util/data/msgreply.h
358
void reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc);
sbin/unwind/libunbound/util/data/msgreply.h
393
struct reply_info* r, hashvalue_type h);
sbin/unwind/libunbound/util/data/msgreply.h
406
struct reply_info* reply_info_copy(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
421
int reply_info_alloc_rrset_keys(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
431
int reply_info_can_answer_expired(struct reply_info* rep, time_t timenow);
sbin/unwind/libunbound/util/data/msgreply.h
440
int reply_info_could_use_expired(struct reply_info* rep, time_t timenow);
sbin/unwind/libunbound/util/data/msgreply.h
453
struct reply_info *
sbin/unwind/libunbound/util/data/msgreply.h
454
make_new_reply_info(const struct reply_info* rep, struct regional* region,
sbin/unwind/libunbound/util/data/msgreply.h
479
struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
487
int reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
495
int reply_all_rrsets_secure(struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
505
struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
516
struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
528
struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
540
struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
sbin/unwind/libunbound/util/data/msgreply.h
550
struct reply_info* rep);
sbin/unwind/libunbound/util/data/msgreply.h
671
struct module_qstate* qstate, struct reply_info* rep, int rcode,
sbin/unwind/libunbound/util/data/msgreply.h
692
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.h
713
struct reply_info* rep, int rcode, struct edns_data* edns,
sbin/unwind/libunbound/util/data/msgreply.h
735
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
331
static size_t calc_data_need(struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
573
static struct ub_packed_rrset_key* reply_find_soa(struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
584
static int reply_has_nsec(struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
864
static uint8_t* reply_nsec_signer(struct reply_info* rep, size_t* signer_len,
sbin/unwind/libunbound/validator/val_neg.c
890
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep)
sbin/unwind/libunbound/validator/val_neg.c
980
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
1021
val_fill_reply(struct reply_info* chase, struct reply_info* orig,
sbin/unwind/libunbound/validator/val_utils.c
1089
void val_reply_remove_auth(struct reply_info* rep, size_t index)
sbin/unwind/libunbound/validator/val_utils.c
1102
val_check_nonsecure(struct module_env* env, struct reply_info* rep)
sbin/unwind/libunbound/validator/val_utils.c
1186
val_mark_indeterminate(struct reply_info* rep, struct val_anchors* anchors,
sbin/unwind/libunbound/validator/val_utils.c
1206
val_mark_insecure(struct reply_info* rep, uint8_t* kname,
sbin/unwind/libunbound/validator/val_utils.c
1223
val_next_unchecked(struct reply_info* rep, size_t skip)
sbin/unwind/libunbound/validator/val_utils.c
1286
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
979
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
1047
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1186
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1300
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1413
validate_referral_response(struct reply_info* chase_reply)
sbin/unwind/libunbound/validator/validator.c
1461
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1598
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
1738
struct query_info* qchase, struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
2577
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
688
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
950
detect_wrongly_truncated(struct reply_info* rep)
sbin/unwind/libunbound/validator/validator.c
987
remove_spurious_authority(struct reply_info* chase_reply,
sbin/unwind/libunbound/validator/validator.c
988
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
1804
void (*func)(struct query_info*, struct reply_info*, addrkey_t*,
usr.sbin/unbound/daemon/remote.c
1809
cache_lookup_subnet_addrnode(struct query_info* q, struct reply_info* d,
usr.sbin/unbound/daemon/remote.c
1882
void (*func)(struct query_info*, struct reply_info*, addrkey_t*,
usr.sbin/unbound/daemon/remote.c
1904
void (*func)(struct query_info*, struct reply_info*, addrkey_t*,
usr.sbin/unbound/daemon/remote.c
1909
func(q, (struct reply_info*)n->elem, addr, addr_size, is_ipv6,
usr.sbin/unbound/daemon/remote.c
1923
void (*func)(struct query_info*, struct reply_info*, addrkey_t*,
usr.sbin/unbound/daemon/remote.c
1982
struct reply_info* d = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/remote.c
2331
struct reply_info* d = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/remote.c
2423
struct reply_info* d = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/remote.c
2506
struct reply_info* d = (struct reply_info*)e->data;
usr.sbin/unbound/daemon/worker.c
1494
struct reply_info* partial_rep = NULL;
usr.sbin/unbound/daemon/worker.c
1979
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
253
mesh_report_reply(worker->env.mesh, e, reply_info, error);
usr.sbin/unbound/daemon/worker.c
2606
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/daemon/worker.c
266
mesh_report_reply(worker->env.mesh, e, reply_info,
usr.sbin/unbound/daemon/worker.c
271
mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR);
usr.sbin/unbound/daemon/worker.c
542
check_delegation_secure(struct reply_info *rep)
usr.sbin/unbound/daemon/worker.c
568
deleg_remove_nonsecure_additional(struct reply_info* rep)
usr.sbin/unbound/daemon/worker.c
714
struct respip_client_info* cinfo, struct reply_info* rep,
usr.sbin/unbound/daemon/worker.c
717
struct reply_info** encode_repp, struct auth_zones* az)
usr.sbin/unbound/daemon/worker.c
773
struct reply_info** partial_repp,
usr.sbin/unbound/daemon/worker.c
774
struct reply_info* rep, uint16_t id, uint16_t flags,
usr.sbin/unbound/daemon/worker.c
779
struct reply_info* encode_rep = rep;
usr.sbin/unbound/daemon/worker.c
780
struct reply_info* partial_rep = *partial_repp;
usr.sbin/unbound/dns64/dns64.c
824
struct reply_info *rep, *cp;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1627
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1704
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
341
struct reply_info *elem = (struct reply_info *)elemptr;
usr.sbin/unbound/edns-subnet/subnetmod.c
348
struct reply_info *elem = (struct reply_info *)elemptr;
usr.sbin/unbound/edns-subnet/subnetmod.c
349
size_t s = sizeof (struct reply_info) - sizeof (struct rrset_ref)
usr.sbin/unbound/edns-subnet/subnetmod.c
393
struct reply_info *rep;
usr.sbin/unbound/edns-subnet/subnetmod.c
573
(struct reply_info *)node->elem, qstate->region, *env->now, 0,
usr.sbin/unbound/edns-subnet/subnetmod.c
603
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
1105
reply_equal(struct reply_info* p, struct reply_info* q, struct regional* region)
usr.sbin/unbound/iterator/iter_utils.c
1163
caps_strip_reply(struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1198
int caps_failed_rcode(struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1224
reply_get_NS_rrset(struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1236
iter_store_parentside_NS(struct module_env* env, struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1246
struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
1699
iter_make_minimal(struct reply_info* rep)
usr.sbin/unbound/iterator/iter_utils.c
775
struct reply_info* msgrep, int is_referral, time_t leeway, int pside,
usr.sbin/unbound/iterator/iter_utils.h
155
struct reply_info* rep, int is_referral, time_t leeway, int pside,
usr.sbin/unbound/iterator/iter_utils.h
262
int reply_equal(struct reply_info* p, struct reply_info* q, struct regional* region);
usr.sbin/unbound/iterator/iter_utils.h
271
void caps_strip_reply(struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
279
int caps_failed_rcode(struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
298
void iter_store_parentside_NS(struct module_env* env, struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
309
struct query_info* qinfo, struct reply_info* rep);
usr.sbin/unbound/iterator/iter_utils.h
484
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
1186
struct reply_info* rep = iq->response->rep;
usr.sbin/unbound/iterator/iterator.c
298
struct reply_info err;
usr.sbin/unbound/iterator/iterator.c
3130
find_NS(struct reply_info* rep, size_t from, size_t to)
usr.sbin/unbound/iterator/iterator.c
317
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
444
uint8_t* finalcname, struct query_info* rq, struct reply_info* rep)
usr.sbin/unbound/libunbound/libworker.c
524
struct reply_info* rep;
usr.sbin/unbound/libunbound/libworker.c
912
struct comm_reply* reply_info)
usr.sbin/unbound/libunbound/libworker.c
918
mesh_report_reply(lw->env->mesh, e, reply_info, error);
usr.sbin/unbound/libunbound/libworker.c
928
mesh_report_reply(lw->env->mesh, e, reply_info,
usr.sbin/unbound/libunbound/libworker.c
932
mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
usr.sbin/unbound/libunbound/libworker.c
954
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
1124
struct reply_info* new_rep = qstate->return_msg->rep;
usr.sbin/unbound/respip/respip.c
1178
respip_merge_cname(struct reply_info* base_rep,
usr.sbin/unbound/respip/respip.c
1179
const struct query_info* qinfo, const struct reply_info* tgt_rep,
usr.sbin/unbound/respip/respip.c
1181
struct reply_info** new_repp, struct regional* region,
usr.sbin/unbound/respip/respip.c
1185
struct reply_info* new_rep;
usr.sbin/unbound/respip/respip.c
1186
struct reply_info* tmp_rep = NULL; /* just a placeholder */
usr.sbin/unbound/respip/respip.c
1244
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
5774
struct reply_info* rep;
usr.sbin/unbound/services/authzone.c
6867
struct reply_info* rep;
usr.sbin/unbound/services/authzone.c
8405
struct reply_info* rep;
usr.sbin/unbound/services/cache/dns.c
1082
struct reply_info* data = (struct reply_info*)e->data;
usr.sbin/unbound/services/cache/dns.c
1113
struct reply_info* msgrep, int is_referral, time_t leeway, int pside,
usr.sbin/unbound/services/cache/dns.c
1117
struct reply_info* rep = NULL;
usr.sbin/unbound/services/cache/dns.c
1125
struct reply_info* cached = e->entry.data;
usr.sbin/unbound/services/cache/dns.c
1242
struct reply_info* rep = (struct reply_info*)msg->entry.data;
usr.sbin/unbound/services/cache/dns.c
165
hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside,
usr.sbin/unbound/services/cache/dns.c
166
struct reply_info* qrep, uint32_t flags, struct regional* region,
usr.sbin/unbound/services/cache/dns.c
320
if( now > ((struct reply_info*)e->data)->ttl ) {
usr.sbin/unbound/services/cache/dns.c
506
msg->rep = (struct reply_info*)regional_alloc_zero(region,
usr.sbin/unbound/services/cache/dns.c
507
sizeof(struct reply_info)-sizeof(struct rrset_ref));
usr.sbin/unbound/services/cache/dns.c
614
msg->rep = (struct reply_info*)regional_alloc(region,
usr.sbin/unbound/services/cache/dns.c
615
sizeof(struct reply_info) - sizeof(struct rrset_ref));
usr.sbin/unbound/services/cache/dns.c
632
tomsg(struct module_env* env, struct query_info* q, struct reply_info* r,
usr.sbin/unbound/services/cache/dns.c
719
size_t rep_alloc_size = sizeof(struct reply_info)
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
965
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
1344
struct reply_info rep;
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
1427
struct reply_info* rep, struct mesh_reply* r)
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
1634
struct reply_info* rep)
usr.sbin/unbound/services/mesh.c
1743
struct reply_info* rep = (mstate->s.return_msg?
usr.sbin/unbound/services/mesh.c
2441
struct respip_action_info* actinfo, struct reply_info* rep,
usr.sbin/unbound/services/mesh.c
2443
struct reply_info** encode_repp, struct auth_zones* az)
usr.sbin/unbound/services/mesh.c
2478
struct reply_info* partial_rep = NULL;
usr.sbin/unbound/services/mesh.c
2480
struct reply_info* encode_rep = NULL;
usr.sbin/unbound/services/mesh.c
341
struct reply_info* data;
usr.sbin/unbound/services/mesh.c
353
data = (struct reply_info*)e->data;
usr.sbin/unbound/services/mesh.h
61
struct reply_info;
usr.sbin/unbound/services/outside_network.c
1344
struct comm_reply *reply_info)
usr.sbin/unbound/services/outside_network.c
1443
waiting_tcp_callback(w, c, error, reply_info);
usr.sbin/unbound/services/outside_network.c
1529
struct comm_reply *reply_info)
usr.sbin/unbound/services/outside_network.c
1544
log_assert(reply_info);
usr.sbin/unbound/services/outside_network.c
1548
memcpy(&key.addr, &reply_info->remote_addr, reply_info->remote_addrlen);
usr.sbin/unbound/services/outside_network.c
1549
key.addrlen = reply_info->remote_addrlen;
usr.sbin/unbound/services/outside_network.c
1552
&reply_info->remote_addr, reply_info->remote_addrlen);
usr.sbin/unbound/services/outside_network.c
1600
(void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
usr.sbin/unbound/services/outside_network.c
993
struct comm_reply* reply_info)
usr.sbin/unbound/services/outside_network.c
997
(void)(*w->cb)(c, w->cb_arg, error, reply_info);
usr.sbin/unbound/services/outside_network.h
909
struct comm_reply *reply_info);
usr.sbin/unbound/services/outside_network.h
913
struct comm_reply *reply_info);
usr.sbin/unbound/services/rpz.c
1779
struct reply_info rep;
usr.sbin/unbound/services/rpz.c
1923
rpz_add_soa(struct reply_info* rep, struct module_qstate* ms,
usr.sbin/unbound/services/rpz.c
2023
struct reply_info* new_reply_info;
usr.sbin/unbound/services/rpz.c
2188
struct reply_info* new_reply_info;
usr.sbin/unbound/smallapp/worker_cb.c
153
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
1523
struct comm_reply *ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/fake_event.c
1531
struct comm_reply *ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/fake_event.c
1619
struct comm_reply* ATTR_UNUSED(reply_info))
usr.sbin/unbound/testcode/fake_event.c
1627
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
1023
reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
usr.sbin/unbound/util/data/msgencode.c
573
insert_section(struct reply_info* rep, size_t num_rrsets, uint16_t* num_rrs,
usr.sbin/unbound/util/data/msgencode.c
652
positive_answer(struct reply_info* rep, uint16_t qtype) {
usr.sbin/unbound/util/data/msgencode.c
680
negative_answer(struct reply_info* rep) {
usr.sbin/unbound/util/data/msgencode.c
702
reply_info_encode(struct query_info* qinfo, struct reply_info* rep,
usr.sbin/unbound/util/data/msgencode.c
748
struct reply_info arep;
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
106
size_t s = sizeof(struct reply_info) - sizeof(struct rrset_ref) +
usr.sbin/unbound/util/data/msgreply.c
1079
reply_check_cname_chain(struct query_info* qinfo, 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
1104
reply_all_rrsets_secure(struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
111
else rep = (struct reply_info*)malloc(s +
usr.sbin/unbound/util/data/msgreply.c
1115
struct reply_info*
usr.sbin/unbound/util/data/msgreply.c
1119
struct reply_info* rep;
usr.sbin/unbound/util/data/msgreply.c
1238
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.c
1260
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/util/data/msgreply.c
1271
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.c
1282
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.c
1293
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
192
reply_info_could_use_expired(struct reply_info* rep, time_t timenow)
usr.sbin/unbound/util/data/msgreply.c
205
struct reply_info *
usr.sbin/unbound/util/data/msgreply.c
206
make_new_reply_info(const struct reply_info* rep, struct regional* region,
usr.sbin/unbound/util/data/msgreply.c
209
struct reply_info* new_rep;
usr.sbin/unbound/util/data/msgreply.c
502
struct reply_info* rep, struct regional* region)
usr.sbin/unbound/util/data/msgreply.c
533
struct reply_info** rep, struct regional* region)
usr.sbin/unbound/util/data/msgreply.c
552
struct query_info* qinf, struct reply_info** rep,
usr.sbin/unbound/util/data/msgreply.c
596
reply_info_sortref(struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
603
reply_info_set_ttls(struct reply_info* rep, time_t timenow)
usr.sbin/unbound/util/data/msgreply.c
626
reply_info_absolute_ttls(struct reply_info* rep, time_t ttl, time_t ttl_add)
usr.sbin/unbound/util/data/msgreply.c
649
reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc)
usr.sbin/unbound/util/data/msgreply.c
721
struct reply_info* r = (struct reply_info*)d;
usr.sbin/unbound/util/data/msgreply.c
722
size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info)
usr.sbin/unbound/util/data/msgreply.c
742
struct reply_info* r = (struct reply_info*)d;
usr.sbin/unbound/util/data/msgreply.c
763
query_info_entrysetup(struct query_info* q, struct reply_info* r,
usr.sbin/unbound/util/data/msgreply.c
789
repinfo_copy_rrsets(struct reply_info* dest, struct reply_info* from,
usr.sbin/unbound/util/data/msgreply.c
823
struct reply_info*
usr.sbin/unbound/util/data/msgreply.c
824
reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc,
usr.sbin/unbound/util/data/msgreply.c
827
struct reply_info* cp;
usr.sbin/unbound/util/data/msgreply.c
869
reply_find_final_cname_target(struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
890
reply_find_answer_rrset(struct query_info* qinfo, struct reply_info* rep)
usr.sbin/unbound/util/data/msgreply.c
915
struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.c
931
struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.c
947
struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.c
964
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
350
void reply_info_absolute_ttls(struct reply_info* rep, time_t ttl, time_t ttl_add);
usr.sbin/unbound/util/data/msgreply.h
358
void reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc);
usr.sbin/unbound/util/data/msgreply.h
393
struct reply_info* r, hashvalue_type h);
usr.sbin/unbound/util/data/msgreply.h
406
struct reply_info* reply_info_copy(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
421
int reply_info_alloc_rrset_keys(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
431
int reply_info_can_answer_expired(struct reply_info* rep, time_t timenow);
usr.sbin/unbound/util/data/msgreply.h
440
int reply_info_could_use_expired(struct reply_info* rep, time_t timenow);
usr.sbin/unbound/util/data/msgreply.h
453
struct reply_info *
usr.sbin/unbound/util/data/msgreply.h
454
make_new_reply_info(const struct reply_info* rep, struct regional* region,
usr.sbin/unbound/util/data/msgreply.h
479
struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
487
int reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
495
int reply_all_rrsets_secure(struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
505
struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
516
struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
528
struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
540
struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
usr.sbin/unbound/util/data/msgreply.h
550
struct reply_info* rep);
usr.sbin/unbound/util/data/msgreply.h
671
struct module_qstate* qstate, struct reply_info* rep, int rcode,
usr.sbin/unbound/util/data/msgreply.h
692
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.h
713
struct reply_info* rep, int rcode, struct edns_data* edns,
usr.sbin/unbound/util/data/msgreply.h
735
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
331
static size_t calc_data_need(struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
573
static struct ub_packed_rrset_key* reply_find_soa(struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
584
static int reply_has_nsec(struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
864
static uint8_t* reply_nsec_signer(struct reply_info* rep, size_t* signer_len,
usr.sbin/unbound/validator/val_neg.c
890
void val_neg_addreply(struct val_neg_cache* neg, struct reply_info* rep)
usr.sbin/unbound/validator/val_neg.c
980
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
1021
val_fill_reply(struct reply_info* chase, struct reply_info* orig,
usr.sbin/unbound/validator/val_utils.c
1089
void val_reply_remove_auth(struct reply_info* rep, size_t index)
usr.sbin/unbound/validator/val_utils.c
1102
val_check_nonsecure(struct module_env* env, struct reply_info* rep)
usr.sbin/unbound/validator/val_utils.c
1186
val_mark_indeterminate(struct reply_info* rep, struct val_anchors* anchors,
usr.sbin/unbound/validator/val_utils.c
1206
val_mark_insecure(struct reply_info* rep, uint8_t* kname,
usr.sbin/unbound/validator/val_utils.c
1223
val_next_unchecked(struct reply_info* rep, size_t skip)
usr.sbin/unbound/validator/val_utils.c
1286
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
979
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
1047
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1186
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1300
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1413
validate_referral_response(struct reply_info* chase_reply)
usr.sbin/unbound/validator/validator.c
1461
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1598
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
1738
struct query_info* qchase, struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
2577
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
688
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
950
detect_wrongly_truncated(struct reply_info* rep)
usr.sbin/unbound/validator/validator.c
987
remove_spurious_authority(struct reply_info* chase_reply,
usr.sbin/unbound/validator/validator.c
988
struct reply_info* orig_reply)
usr.sbin/unbound/validator/validator.h
178
struct reply_info* chase_reply;