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.h105 struct msg_parse { struct
285 int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
305 int parse_extract_edns_from_response_msg(struct msg_parse* msg,
361 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg,
370 void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset);
H A Dmsgparse.c82 new_rrset(struct msg_parse* msg, uint8_t* dname, size_t dnamelen, in new_rrset()
226 msgparse_hashtable_lookup(struct msg_parse* msg, sldns_buffer* pkt, in msgparse_hashtable_lookup()
270 msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset) in msgparse_bucket_remove()
285 change_section(struct msg_parse* msg, struct rrset_parse* rrset, in change_section()
395 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, in change_rrsig_rrset()
466 find_rrset(struct msg_parse* msg, sldns_buffer* pkt, uint8_t* dname, in find_rrset()
584 parse_query_section(sldns_buffer* pkt, struct msg_parse* msg) in parse_query_section()
755 struct msg_parse* msg, struct regional* region, in add_rr_to_rrset()
826 parse_section(sldns_buffer* pkt, struct msg_parse* msg, in parse_section()
911 parse_packet(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region) in parse_packet()
[all …]
H A Dmsgreply.h57 struct msg_parse;
321 int parse_create_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
459 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()
416 get_rrset_trust(struct msg_parse* msg, struct rrset_parse* rrset) in get_rrset_trust()
453 parse_copy_decompress_rrset(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress_rrset()
496 parse_copy_decompress(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress()
526 parse_create_msg(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_msg()
551 struct msg_parse* msg; in reply_info_parse()
1092 struct msg_parse* msg; in parse_reply_in_temp_region()
/freebsd/contrib/unbound/iterator/
H A Diter_scrub.h46 struct msg_parse;
67 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()
340 soa_in_auth(struct msg_parse* msg) in soa_in_auth()
424 scrub_normalize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_normalize()
737 store_rrset(sldns_buffer* pkt, struct msg_parse* msg, struct module_env* env, in store_rrset()
805 scrub_sanitize_rr_length(sldns_buffer* pkt, struct msg_parse* msg, in scrub_sanitize_rr_length()
868 scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_sanitize()
1029 scrub_message(sldns_buffer* pkt, struct msg_parse* msg, in scrub_message()
H A Diter_utils.h55 struct msg_parse;
121 struct dns_msg* dns_alloc_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Diterator.c4274 struct msg_parse* prs; in process_response()
4313 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in process_response()
4314 sizeof(struct msg_parse)); in process_response()
H A Diter_utils.c662 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.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/contrib/unbound/cachedb/
H A Dcachedb.c540 struct msg_parse* prs; in parse_data()
558 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in parse_data()
559 sizeof(struct msg_parse)); in parse_data()
/freebsd/contrib/unbound/doc/
H A DChangelog11836 - msg_parse to queryinfo/replyinfo conversion more versatile.