Home
last modified time | relevance | path

Searched refs:apex_str (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dxfrd.c247 zone->apex_str)); in xfrd_process_activated()
492 xzone->apex_str = zone_opt->name; in xfrd_init_slave_zone()
536 xzone->apex_str); in xfrd_init_slave_zone()
816 zone->apex_str, in xfrd_process_soa_info_task()
819 zone->apex_str, DIFF_VERIFIED, in xfrd_process_soa_info_task()
829 zone->apex_str, in xfrd_process_soa_info_task()
1115 DEBUG(DEBUG_XFRD,1, (LOG_INFO, "xfrd: zone %s event tcp", zone->apex_str)); in xfrd_handle_zone()
1123 DEBUG(DEBUG_XFRD,1, (LOG_INFO, "xfrd: zone %s event udp read", zone->apex_str)); in xfrd_handle_zone()
1129 DEBUG(DEBUG_XFRD,1, (LOG_INFO, "xfrd: zone %s timeout", zone->apex_str)); in xfrd_handle_zone()
1138 zone->apex_str)); in xfrd_handle_zone()
[all …]
Dxfrd-notify.c83 zone->apex_str) ); in notify_disable()
100 not->apex_str = options->name; in init_notify_send()
160 zone->apex_str, zone->pkts[index].dest->ip_address_spec); in reply_pkt_is_ack()
167 zone->apex_str, zone->pkts[index].dest->ip_address_spec); in reply_pkt_is_ack()
173 zone->apex_str, rcode2str(RCODE(packet)), in reply_pkt_is_ack()
180 zone->apex_str, zone->pkts[index].dest->ip_address_spec)); in reply_pkt_is_ack()
240 zone->apex_str, in notify_pkt_retry()
304 zone->apex_str, zone->pkts[index].notify_retry, in xfrd_notify_send_udp()
335 zone->apex_str, zone->pkts[index].notify_retry, in xfrd_notify_send_udp()
420 "xfrd: notify waiting, skipped, %s", zone->apex_str)); in xfrd_handle_notify_send()
[all …]
Dxfrd-tcp.c661 tp->tcp_send_first->apex_str)); in xfrd_handle_tcp_pipe()
806 zone->apex_str, zone->master->ip_address_spec)); in xfrd_tcp_open()
884 zone->apex_str, zone->master->ip_address_spec); in xfrd_tcp_open()
912 "for %s to %s: %s", zone->apex_str, in xfrd_tcp_open()
920 zone->apex_str, in xfrd_tcp_open()
925 "for %s to %s with %d", zone->apex_str, in xfrd_tcp_open()
936 zone->apex_str, zone->master->ip_address_spec); in xfrd_tcp_open()
980 zone->apex_str, zone->master->ip_address_spec)); in xfrd_tcp_setup_write_packet()
988 zone->apex_str, zone->master->ip_address_spec)); in xfrd_tcp_setup_write_packet()
1177 zone->apex_str, zone->master->ip_address_spec, in xfrd_tcp_write()
[all …]
Dxfrd-notify.h54 const char* apex_str; member
Dxfrd-disk.c252 statefile, zone->apex_str); in xfrd_read_state()
268 zone->apex_str)); in xfrd_read_state()
490 fprintf(out, "zone: \tname: %s\n", zone->apex_str); in xfrd_write_state()
Dxfrd.h161 const char* apex_str; member