Lines Matching defs:edns
126 /* if it had two EDNS sections, skip comparison */
130 char* e1 = strstr(s, "; EDNS:");
131 if(e1 && strstr(e1+4, "; EDNS:")) {
168 struct edns_data* edns)
182 r2, 65535, (int)(edns->bits & EDNS_DO), 0);
184 attach_edns_record(out, edns);
210 struct edns_data edns;
218 ret = reply_info_parse(pkt, alloc, &qi, &rep, region, &edns);
227 perf_encode(&qi, rep, id, flags, out, timenow, &edns);
324 struct edns_data edns;
332 ret = reply_info_parse(pkt, alloc, &qi, &rep, region, &edns);
345 region, 65535, (int)(edns.bits & EDNS_DO), 0);
347 attach_edns_record(out, &edns);
359 lim - calc_edns_field_size(&edns),
360 (int)(edns.bits & EDNS_DO), 0);
362 attach_edns_record(out, &edns);