Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgparse.h100 struct msg_parse { struct
280 int parse_packet(struct sldns_buffer* pkt, struct msg_parse* msg,
300 int parse_extract_edns_from_response_msg(struct msg_parse* msg,
354 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg,
363 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;
307 int parse_create_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
427 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()
137 parse_create_repinfo(struct msg_parse* msg, struct reply_info** rep, in parse_create_repinfo()
376 get_rrset_trust(struct msg_parse* msg, struct rrset_parse* rrset) in get_rrset_trust()
413 parse_copy_decompress_rrset(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress_rrset()
456 parse_copy_decompress(sldns_buffer* pkt, struct msg_parse* msg, in parse_copy_decompress()
484 parse_create_msg(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_msg()
509 struct msg_parse* msg; in reply_info_parse()
1007 struct msg_parse* msg; in parse_reply_in_temp_region()
/netbsd-src/external/bsd/unbound/dist/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()
339 soa_in_auth(struct msg_parse* msg) in soa_in_auth()
382 scrub_normalize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_normalize()
654 store_rrset(sldns_buffer* pkt, struct msg_parse* msg, struct module_env* env, in store_rrset()
722 scrub_sanitize_rr_length(sldns_buffer* pkt, struct msg_parse* msg, in scrub_sanitize_rr_length()
785 scrub_sanitize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_sanitize()
915 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.c4083 struct msg_parse* prs; in process_response()
4122 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in process_response()
4123 sizeof(struct msg_parse)); in process_response()
H A Diter_utils.c661 dns_alloc_msg(sldns_buffer* pkt, struct msg_parse* msg, in dns_alloc_msg()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod_utils.c116 struct msg_parse* prs; in createResponse()
120 prs = (struct msg_parse*) regional_alloc(qstate->env->scratch, in createResponse()
121 sizeof(struct msg_parse)); in createResponse()
/netbsd-src/external/bsd/unbound/dist/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;
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c518 struct msg_parse* prs; in parse_data()
536 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch, in parse_data()
537 sizeof(struct msg_parse)); in parse_data()
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog11105 - msg_parse to queryinfo/replyinfo conversion more versatile.