Lines Matching defs:client
42 notify_log(ns_client_t *client, int level, const char *fmt, ...) {
46 ns_client_logv(client, DNS_LOGCATEGORY_NOTIFY, NS_LOGMODULE_NOTIFY,
52 respond(ns_client_t *client, isc_result_t result) {
57 message = client->message;
64 ns_client_next(client, msg_result);
72 ns_client_send(client);
76 ns_notify_start(ns_client_t *client) {
77 dns_message_t *request = client->message;
91 notify_log(client, ISC_LOG_NOTICE,
103 notify_log(client, ISC_LOG_NOTICE,
111 notify_log(client, ISC_LOG_NOTICE,
118 notify_log(client, ISC_LOG_NOTICE,
140 result = dns_zt_find(client->view->zonetable, zonename, 0, NULL,
149 notify_log(client, ISC_LOG_INFO,
151 respond(client, dns_zone_notifyreceive(zone,
152 ns_client_getsockaddr(client), request));
161 notify_log(client, ISC_LOG_NOTICE,
173 respond(client, result);