Lines Matching defs:opts
568 dns_ednsopt_t opts[EDNSOPTS + DNS_EDNSOPTIONS];
581 opts[i].code = DNS_OPT_NSID;
582 opts[i].length = 0;
583 opts[i].value = NULL;
603 opts[i].code = DNS_OPT_CLIENT_SUBNET;
604 opts[i].length = (isc_uint16_t) addrl + 4;
635 opts[i].value = (isc_uint8_t *) ecsbuf;
641 opts[i].code = DNS_OPT_COOKIE;
649 opts[i].value = isc_buffer_base(&b);
650 opts[i].length = isc_buffer_usedlength(&b);
653 opts[i].length = 8;
654 opts[i].value = cookie;
661 opts[i].code = DNS_OPT_EXPIRE;
662 opts[i].length = 0;
663 opts[i].value = NULL;
668 memmove(&opts[i], query->ednsopts,
677 add_opt(message, query->udpsize, query->edns, flags, opts, i);