Lines Matching refs:opts
1713 unsigned int flags, dns_ednsopt_t *opts, size_t count)
1720 opts, count);
2619 dns_ednsopt_t opts[MAXOPTS];
2630 opts[i].code = DNS_OPT_NSID;
2631 opts[i].length = 0;
2632 opts[i].value = NULL;
2652 opts[i].code = DNS_OPT_CLIENT_SUBNET;
2653 opts[i].length = (isc_uint16_t) addrl + 4;
2715 opts[i].value = (isc_uint8_t *) ecsbuf;
2721 opts[i].code = DNS_OPT_COOKIE;
2728 opts[i].value = isc_buffer_base(&b);
2729 opts[i].length = isc_buffer_usedlength(&b);
2732 opts[i].length = 8;
2733 opts[i].value = cookie;
2740 opts[i].code = DNS_OPT_EXPIRE;
2741 opts[i].length = 0;
2742 opts[i].value = NULL;
2748 memmove(&opts[i], lookup->ednsopts,
2758 lookup->edns, flags, opts, i);