Lines Matching defs:answer
189 static dns_message_t *answer = NULL;
2147 if (strcasecmp(word, "answer") == 0) {
2148 if (answer != NULL)
2149 show_message(stdout, answer, "Answer:");
2186 "answer (show the answer to the last request)\n"
2349 result = dns_message_create(gmctx, DNS_MESSAGE_INTENTPARSE, &answer);
2351 result = dns_request_getresponse(request, answer,
2355 if (answer->verify_attempted)
2365 if (usegsstsig && answer->rcode == dns_rcode_noerror) {
2380 if (answer->rcode != dns_rcode_noerror) {
2388 result = dns_rcode_totext(answer->rcode, &b);
2390 rds = dns_message_gettsig(answer, NULL);
2398 show_message(stderr, answer, "\nReply from update query:");
3133 if (answer != NULL)
3134 dns_message_destroy(&answer);
3212 if (answer != NULL)
3213 dns_message_destroy(&answer);