| /freebsd-12.1/contrib/unbound/util/data/ |
| H A D | msgparse.h | 95 struct msg_parse { struct 260 int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg, 280 int parse_extract_edns(struct msg_parse* msg, struct edns_data* edns, 320 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg, 329 void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset);
|
| H A D | msgparse.c | 77 new_rrset(struct msg_parse* msg, uint8_t* dname, size_t dnamelen, in new_rrset() 221 msgparse_hashtable_lookup(struct msg_parse* msg, sldns_buffer* pkt, in msgparse_hashtable_lookup() 265 msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset) in msgparse_bucket_remove() 280 change_section(struct msg_parse* msg, struct rrset_parse* rrset, in change_section() 390 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, in change_rrsig_rrset() 461 find_rrset(struct msg_parse* msg, sldns_buffer* pkt, uint8_t* dname, in find_rrset() 579 parse_query_section(sldns_buffer* pkt, struct msg_parse* msg) in parse_query_section() 750 struct msg_parse* msg, struct regional* region, in add_rr_to_rrset() 821 parse_section(sldns_buffer* pkt, struct msg_parse* msg, in parse_section() 906 parse_packet(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region) in parse_packet() [all …]
|
| H A D | msgreply.h | 56 struct msg_parse; 291 int parse_create_msg(struct sldns_buffer* pkt, struct msg_parse* msg, 396 int parse_copy_decompress_rrset(struct sldns_buffer* pkt, struct msg_parse* msg,
|
| H A D | msgreply.c | 73 parse_create_qinfo(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_qinfo() 132 parse_create_repinfo(struct msg_parse* msg, struct reply_info** rep, in parse_create_repinfo() 338 get_rrset_trust(struct msg_parse* msg, struct rrset_parse* rrset) in get_rrset_trust() 375 parse_copy_decompress_rrset(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress_rrset() 413 parse_copy_decompress(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress() 441 parse_create_msg(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_msg() 466 struct msg_parse* msg; in reply_info_parse() 931 struct msg_parse* msg; in parse_reply_in_temp_region()
|
| /freebsd-12.1/contrib/unbound/iterator/ |
| H A D | iter_scrub.h | 46 struct msg_parse; 65 int scrub_message(struct sldns_buffer* pkt, struct msg_parse* msg,
|
| H A D | iter_scrub.c | 63 remove_rrset(const char* str, sldns_buffer* pkt, struct msg_parse* msg, in remove_rrset() 151 mark_additional_rrset(sldns_buffer* pkt, struct msg_parse* msg, in mark_additional_rrset() 253 size_t aliaslen, struct regional* region, struct msg_parse* msg, in synth_cname_rrset() 339 soa_in_auth(struct msg_parse* msg) in soa_in_auth() 361 scrub_normalize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_normalize() 617 store_rrset(sldns_buffer* pkt, struct msg_parse* msg, struct module_env* env, in store_rrset() 685 scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_sanitize() 806 scrub_message(sldns_buffer* pkt, struct msg_parse* msg, in scrub_message()
|
| H A D | iter_utils.h | 55 struct msg_parse; 110 struct dns_msg* dns_alloc_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
|
| H A D | iterator.c | 3685 struct msg_parse* prs; in process_response() 3722 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in process_response() 3723 sizeof(struct msg_parse)); in process_response()
|
| H A D | iter_utils.c | 565 dns_alloc_msg(sldns_buffer* pkt, struct msg_parse* msg, in dns_alloc_msg()
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | unbound-fuzzme.patch | 131 + struct msg_parse* prs; 133 + prs = (struct msg_parse*)malloc(sizeof(struct msg_parse));
|
| H A D | fastrpz.patch | 1746 + struct msg_parse* msgparse;
|
| /freebsd-12.1/contrib/unbound/cachedb/ |
| H A D | cachedb.c | 493 struct msg_parse* prs; in parse_data() 510 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in parse_data() 511 sizeof(struct msg_parse)); in parse_data()
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 8772 - msg_parse to queryinfo/replyinfo conversion more versatile.
|