Lines Matching defs:client
37 notify_log(ns_client_t *client, int level, const char *fmt, ...) {
41 ns_client_logv(client, DNS_LOGCATEGORY_NOTIFY, NS_LOGMODULE_NOTIFY,
47 respond(ns_client_t *client, isc_result_t result) {
52 message = client->message;
60 ns_client_drop(client, msg_result);
61 isc_nmhandle_detach(&client->reqhandle);
71 ns_client_send(client);
72 isc_nmhandle_detach(&client->reqhandle);
76 ns_notify_start(ns_client_t *client, isc_nmhandle_t *handle) {
77 dns_message_t *request = client->message;
89 isc_nmhandle_attach(handle, &client->reqhandle);
96 notify_log(client, ISC_LOG_NOTICE,
109 notify_log(client, ISC_LOG_NOTICE,
118 notify_log(client, ISC_LOG_NOTICE,
126 notify_log(client, ISC_LOG_NOTICE,
151 result = dns_view_findzone(client->view, zonename, DNS_ZTFIND_EXACT,
161 isc_sockaddr_t *from = ns_client_getsockaddr(client);
162 isc_sockaddr_t *to = ns_client_getdestaddr(client);
163 notify_log(client, ISC_LOG_INFO,
173 notify_log(client, ISC_LOG_NOTICE,
181 respond(client, result);