Lines Matching defs:opt
497 if (client->opt != NULL) {
498 INSIST(dns_rdataset_isassociated(client->opt));
499 dns_rdataset_disassociate(client->opt);
500 dns_message_puttemprdataset(client->message, &client->opt);
630 if (client->opt != NULL) {
631 INSIST(dns_rdataset_isassociated(client->opt));
632 dns_rdataset_disassociate(client->opt);
633 dns_message_puttemprdataset(client->message, &client->opt);
964 if (client->opt != NULL) {
965 result = dns_message_setopt(client->message, client->opt);
967 client->opt = NULL;
1183 REQUIRE(client->opt == NULL); /* XXXRTH free old. */
1214 result = dns_message_buildopt(client->message, &client->opt, 0,
1298 process_opt(ns_client_t *client, dns_rdataset_t *opt) {
1308 client->udpsize = opt->rdclass;
1320 client->extflags = (isc_uint16_t)(opt->ttl & 0xFFFF);
1327 client->ednsversion = (opt->ttl & 0x00FF0000) >> 16;
1339 result = dns_rdataset_first(opt);
1342 dns_rdataset_current(opt, &rdata);
1387 dns_rdataset_t *opt;
1593 opt = dns_message_getopt(client->message);
1594 if (opt != NULL) {
1595 result = process_opt(client, opt);
2055 client->opt = NULL;