Searched refs:msg_result (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dnotify.c55 isc_result_t msg_result; local
60 msg_result = dns_message_reply(message, ISC_TRUE);
61 if (msg_result != ISC_R_SUCCESS)
62 msg_result = dns_message_reply(message, ISC_FALSE);
63 if (msg_result != ISC_R_SUCCESS) {
64 ns_client_next(client, msg_result);
H A Dupdate.c2673 isc_result_t msg_result; local
2675 msg_result = dns_message_reply(client->message, ISC_TRUE);
2676 if (msg_result != ISC_R_SUCCESS)
2687 isc_result_totext(msg_result));
2688 ns_client_next(client, msg_result);

Completed in 20 milliseconds