Home
last modified time | relevance | path

Searched refs:msg_parse (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/unbound/util/data/
H A Dmsgparse.h99 struct msg_parse { struct
273 int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
293 int parse_extract_edns_from_response_msg(struct msg_parse* msg,
335 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg,
344 void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset);
H A Dmsgparse.c79 new_rrset(struct msg_parse* msg, uint8_t* dname, size_t dnamelen, in new_rrset()
223 msgparse_hashtable_lookup(struct msg_parse* msg, sldns_buffer* pkt, in msgparse_hashtable_lookup()
267 msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset) in msgparse_bucket_remove()
282 change_section(struct msg_parse* msg, struct rrset_parse* rrset, in change_section()
392 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, in change_rrsig_rrset()
463 find_rrset(struct msg_parse* msg, sldns_buffer* pkt, uint8_t* dname, in find_rrset()
581 parse_query_section(sldns_buffer* pkt, struct msg_parse* msg) in parse_query_section()
752 struct msg_parse* msg, struct regional* region, in add_rr_to_rrset()
823 parse_section(sldns_buffer* pkt, struct msg_parse* msg, in parse_section()
908 parse_packet(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region) in parse_packet()
[all …]
H A Dmsgreply.h56 struct msg_parse;
291 int parse_create_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
411 int parse_copy_decompress_rrset(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Dmsgreply.c75 parse_create_qinfo(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_qinfo()
134 parse_create_repinfo(struct msg_parse* msg, struct reply_info** rep, in parse_create_repinfo()
373 get_rrset_trust(struct msg_parse* msg, struct rrset_parse* rrset) in get_rrset_trust()
410 parse_copy_decompress_rrset(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress_rrset()
453 parse_copy_decompress(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress()
481 parse_create_msg(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_msg()
506 struct msg_parse* msg; in reply_info_parse()
977 struct msg_parse* msg; in parse_reply_in_temp_region()
/freebsd-13.1/contrib/unbound/iterator/
H A Diter_scrub.h46 struct msg_parse;
65 int scrub_message(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Diter_scrub.c63 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()
697 scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_sanitize()
818 scrub_message(sldns_buffer* pkt, struct msg_parse* msg, in scrub_message()
H A Diter_utils.h55 struct msg_parse;
112 struct dns_msg* dns_alloc_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Diterator.c3760 struct msg_parse* prs; in process_response()
3798 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in process_response()
3799 sizeof(struct msg_parse)); in process_response()
H A Diter_utils.c626 dns_alloc_msg(sldns_buffer* pkt, struct msg_parse* msg, in dns_alloc_msg()
/freebsd-13.1/contrib/unbound/contrib/
H A Dunbound-fuzzme.patch131 + struct msg_parse* prs;
133 + prs = (struct msg_parse*)malloc(sizeof(struct msg_parse));
H A Daaaa-filter-iterator.patch56 @@ -698,6 +724,7 @@ scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg,
64 @@ -733,6 +760,13 @@ scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg,
78 @@ -744,6 +778,24 @@ scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg,
H A Dfastrpz.patch1746 + struct msg_parse* msgparse;
/freebsd-13.1/contrib/unbound/cachedb/
H A Dcachedb.c494 struct msg_parse* prs; in parse_data()
511 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in parse_data()
512 sizeof(struct msg_parse)); in parse_data()
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog10189 - msg_parse to queryinfo/replyinfo conversion more versatile.