/freebsd/contrib/unbound/util/data/ |
H A D | msgencode.h | 49 struct edns_data; 72 struct edns_data* edns, int dnssec, int secure); 109 uint16_t calc_edns_field_size(struct edns_data* edns); 117 uint16_t calc_edns_option_size(struct edns_data* edns, uint16_t code); 130 uint16_t calc_ede_option_size(struct edns_data* edns, uint16_t* txt_size); 138 void attach_edns_record(struct sldns_buffer* pkt, struct edns_data* edns); 152 uint16_t qid, uint16_t qflags, struct edns_data* edns); 169 uint16_t xflags, struct edns_data* edns);
|
H A D | msgreply.h | 52 struct edns_data; 304 struct regional* region, struct edns_data* edns); 658 struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, 678 struct reply_info* rep, int rcode, struct edns_data* edns, 699 struct reply_info* rep, int rcode, struct edns_data* edns, 721 struct reply_info* rep, int rcode, struct edns_data* edns,
|
H A D | msgparse.h | 225 struct edns_data { struct 306 struct edns_data* edns, struct regional* region); 332 int parse_edns_from_query_pkt(struct sldns_buffer* pkt, struct edns_data* edns,
|
H A D | msgencode.c | 808 calc_edns_field_size(struct edns_data* edns) in calc_edns_field_size() 825 calc_edns_option_size(struct edns_data* edns, uint16_t code) in calc_edns_option_size() 843 calc_ede_option_size(struct edns_data* edns, uint16_t* txt_size) in calc_ede_option_size() 917 attach_edns_record_max_msg_sz(sldns_buffer* pkt, struct edns_data* edns, in attach_edns_record_max_msg_sz() 989 attach_edns_record(sldns_buffer* pkt, struct edns_data* edns) in attach_edns_record() 1000 struct edns_data* edns, int dnssec, int secure) in reply_info_answer_encode() 1088 uint16_t xflags, struct edns_data* edns) in extended_error_encode() 1119 struct edns_data es = *edns; in extended_error_encode() 1139 uint16_t qid, uint16_t qflags, struct edns_data* edns) in error_encode()
|
H A D | msgreply.c | 548 struct regional* region, struct edns_data* edns) in reply_info_parse() 1210 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_call_generic() 1233 struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, in inplace_cb_reply_call() 1243 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_cache_call() 1254 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_local_call() 1265 struct reply_info* rep, int rcode, struct edns_data* edns, in inplace_cb_reply_servfail_call()
|
H A D | msgparse.c | 949 struct edns_data* edns, struct config_file* cfg, struct comm_point* c, in parse_edns_options_from_query() 1155 struct edns_data* edns, struct regional* region) in parse_extract_edns_from_response_msg() 1269 parse_edns_from_query_pkt(sldns_buffer* pkt, struct edns_data* edns, in parse_edns_from_query_pkt()
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.h | 224 struct edns_data edns; 254 struct edns_data edns; 306 struct edns_data* edns, struct comm_reply* rep, uint16_t qid, 327 uint16_t qflags, struct edns_data* edns, struct sldns_buffer* buf, 541 int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns, 557 int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
|
H A D | localzone.h | 54 struct edns_data; 325 struct query_info* qinfo, struct edns_data* edns, struct sldns_buffer* buf, 346 struct query_info* qinfo, struct edns_data* edns, 609 struct query_info* qinfo, struct edns_data* edns,
|
H A D | authzone.h | 56 struct edns_data; 555 struct query_info* qinfo, struct edns_data* edns,
|
H A D | rpz.h | 181 struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf,
|
H A D | localzone.c | 1301 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in local_encode() 1336 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in local_error_encode() 1472 struct query_info* qinfo, struct edns_data* edns, in local_data_answer() 1644 struct query_info* qinfo, struct edns_data* edns, in local_zones_zone_answer() 1836 struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, in local_zones_answer()
|
H A D | rpz.c | 1774 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in rpz_local_encode() 1843 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, in rpz_apply_clientip_localdata_action() 2220 struct edns_data* edns, sldns_buffer* buf, struct regional* temp, in rpz_synthesize_qname_localdata() 2639 struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, in rpz_apply_maybe_clientip_trigger() 2718 struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, in rpz_callback_from_worker_request()
|
/freebsd/contrib/unbound/daemon/ |
H A D | stats.h | 50 struct edns_data; 119 uint16_t qtype, uint16_t qclass, struct edns_data* edns, 135 struct edns_data* edns);
|
H A D | worker.c | 467 struct edns_data* edns) in answer_norec_from_cache() 649 struct comm_reply* repinfo, struct edns_data* edns) in answer_from_cache() 876 chaos_replystr(sldns_buffer* pkt, char** str, int num, struct edns_data* edns, in chaos_replystr() 927 chaos_replyonestr(sldns_buffer* pkt, const char* str, struct edns_data* edns, in chaos_replyonestr() 941 chaos_trustanchor(sldns_buffer* pkt, struct edns_data* edns, struct worker* w, in chaos_trustanchor() 1002 struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* pkt) in answer_chaos() 1064 struct edns_data* edns, sldns_buffer* pkt, in answer_notify() 1367 struct edns_data edns; in worker_handle_request() 1574 struct edns_data reply_edns; in worker_handle_request()
|
H A D | stats.c | 531 uint16_t qtype, uint16_t qclass, struct edns_data* edns, in server_stats_insquery() 595 struct edns_data* edns) in server_stats_downstream_cookie()
|
/freebsd/contrib/unbound/dynlibmod/examples/ |
H A D | helloworld.c | 34 struct edns_data* edns, struct edns_option** opt_list_out, 120 struct edns_data* edns, struct edns_option** opt_list_out, in reply_callback()
|
/freebsd/contrib/unbound/contrib/ |
H A D | redirect-bogus.patch | 63 struct edns_data edns_bak = r->edns; 263 + uint16_t qid, uint16_t qflags, struct edns_data* edns, char* data) 309 + struct edns_data es = *edns; 326 uint16_t qid, uint16_t qflags, struct edns_data* edns); 343 + uint16_t qid, uint16_t qflags, struct edns_data* edns, char* address);
|
H A D | unbound-fuzzme.patch | 132 + struct edns_data edns;
|
/freebsd/contrib/unbound/util/ |
H A D | module.h | 166 struct edns_data; 269 struct edns_data* edns, struct edns_option** opt_list_out,
|
H A D | edns.h | 48 struct edns_data;
|
/freebsd/contrib/unbound/dynlibmod/ |
H A D | dynlibmod.h | 72 struct edns_data* edns, struct edns_option** opt_list_out,
|
H A D | dynlibmod.c | 215 struct edns_data* edns, struct edns_option** opt_list_out, in dynlib_inplace_cb_reply_generic()
|
/freebsd/contrib/ldns/ |
H A D | packet.c | 763 pkt_edns_data2edns_option_list(const ldns_rdf *edns_data) in pkt_edns_data2edns_option_list() argument 770 if (!edns_data) in pkt_edns_data2edns_option_list() 773 max = ldns_rdf_size(edns_data); in pkt_edns_data2edns_option_list() 774 wire = ldns_rdf_data(edns_data); in pkt_edns_data2edns_option_list()
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.c | 579 struct query_info* qinfo, struct edns_data* edns) in setup_qinfo_edns() 610 struct edns_data edns; in libworker_fg() 692 struct edns_data edns; in libworker_attach_mesh() 818 struct edns_data edns; in handle_newq()
|
/freebsd/contrib/unbound/cachedb/ |
H A D | cachedb.c | 383 struct edns_data edns; in prep_data() 541 struct edns_data edns; in parse_data()
|