Lines Matching defs:edns
61 #include "util/edns.h"
2882 /* add edns section */
2883 struct edns_data edns;
2885 edns.edns_present = 1;
2886 edns.ext_rcode = 0;
2887 edns.edns_version = EDNS_ADVERTISED_VERSION;
2888 edns.opt_list_in = NULL;
2889 edns.opt_list_out = sq->opt_list;
2890 edns.opt_list_inplace_cb_out = NULL;
2891 edns.udp_size = serviced_query_udp_size(sq, sq->status);
2892 edns.bits = 0;
2894 edns.bits = EDNS_DO;
2901 padding_option.next = edns.opt_list_out;
2902 edns.opt_list_out = &padding_option;
2903 edns.padding_block_size = sq->padding_block_size;
2905 attach_edns_record(buff, &edns);
3146 log_err("Out of memory caching no edns for host");
3237 /* see if packet is edns malformed; got zeroes at start.
3355 /* now we know that edns queries received answers store that */
3360 log_err("Out of memory caching edns works");
3377 log_err("Out of memory caching no edns for host");