Lines Matching defs:client
33 notify_log(ns_client_t *client, int level, const char *fmt, ...) {
37 ns_client_logv(client, DNS_LOGCATEGORY_NOTIFY, NS_LOGMODULE_NOTIFY,
43 respond(ns_client_t *client, isc_result_t result) {
48 message = client->message;
55 ns_client_next(client, msg_result);
63 ns_client_send(client);
67 ns_notify_start(ns_client_t *client) {
68 dns_message_t *request = client->message;
82 notify_log(client, ISC_LOG_NOTICE,
95 notify_log(client, ISC_LOG_NOTICE,
104 notify_log(client, ISC_LOG_NOTICE,
112 notify_log(client, ISC_LOG_NOTICE,
136 result = dns_zt_find(client->view->zonetable, zonename, 0, NULL, &zone);
144 isc_sockaddr_t *from = ns_client_getsockaddr(client);
145 isc_sockaddr_t *to = ns_client_getdestaddr(client);
146 notify_log(client, ISC_LOG_INFO,
155 notify_log(client, ISC_LOG_NOTICE,
163 respond(client, result);