Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h130 struct msg_parse { struct
310 int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
330 int parse_extract_edns_from_response_msg(struct msg_parse* msg,
386 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg,
395 void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset);
H A Dmsgparse.c84 new_rrset(struct msg_parse* msg, uint8_t* dname, size_t dnamelen, in new_rrset()
228 msgparse_hashtable_lookup(struct msg_parse* msg, sldns_buffer* pkt, in msgparse_hashtable_lookup()
272 msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset) in msgparse_bucket_remove()
287 change_section(struct msg_parse* msg, struct rrset_parse* rrset, in change_section()
397 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, in change_rrsig_rrset()
468 find_rrset(struct msg_parse* msg, sldns_buffer* pkt, uint8_t* dname, in find_rrset()
586 parse_query_section(sldns_buffer* pkt, struct msg_parse* msg) in parse_query_section()
760 struct msg_parse* msg, struct regional* region, in add_rr_to_rrset()
831 parse_section(sldns_buffer* pkt, struct msg_parse* msg, in parse_section()
916 parse_packet(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region) in parse_packet()
[all …]
H A Dmsgreply.h61 struct msg_parse;
321 int parse_create_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
468 int parse_copy_decompress_rrset(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Dmsgreply.c79 parse_create_qinfo(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_qinfo()
143 parse_create_repinfo(struct msg_parse* msg, struct reply_info** rep, in parse_create_repinfo()
420 get_rrset_trust(struct msg_parse* msg, struct rrset_parse* rrset) in get_rrset_trust()
457 parse_copy_decompress_rrset(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress_rrset()
504 parse_copy_decompress(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress()
534 parse_create_msg(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_msg()
559 struct msg_parse* msg; in reply_info_parse()
1123 struct msg_parse* msg; in parse_reply_in_temp_region()
/freebsd/contrib/unbound/iterator/
H A Diter_scrub.h46 struct msg_parse;
71 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()
321 pkt_contains_ns(struct msg_parse* msg) in pkt_contains_ns()
365 soa_in_auth(struct msg_parse* msg) in soa_in_auth()
489 scrub_normalize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_normalize()
876 store_rrset(sldns_buffer* pkt, struct msg_parse* msg, struct module_env* env, in store_rrset()
944 scrub_sanitize_rr_length(sldns_buffer* pkt, struct msg_parse* msg, in scrub_sanitize_rr_length()
1013 scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_sanitize()
1193 scrub_message(sldns_buffer* pkt, struct msg_parse* msg, in scrub_message()
H A Diter_utils.h55 struct msg_parse;
123 struct dns_msg* dns_alloc_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Diterator.c4360 struct msg_parse* prs; in process_response()
4399 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in process_response()
4400 sizeof(struct msg_parse)); in process_response()
H A Diter_utils.c742 dns_alloc_msg(sldns_buffer* pkt, struct msg_parse* msg, in dns_alloc_msg()
/freebsd/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.patch23 @@ -849,6 +849,32 @@ scrub_sanitize_rr_length(sldns_buffer* pkt, struct msg_parse* msg,
56 @@ -869,6 +895,7 @@ scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg,
64 @@ -906,6 +933,13 @@ scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg,
78 @@ -925,6 +959,24 @@ scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg,
H A Dfastrpz.patch1746 + struct msg_parse* msgparse;
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c546 struct msg_parse* prs; in parse_data()
567 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in parse_data()
568 sizeof(struct msg_parse)); in parse_data()
/freebsd/contrib/unbound/doc/
H A DChangelog13459 - msg_parse to queryinfo/replyinfo conversion more versatile.