Searched refs:notify_zones (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | remote.c | 935 xfrd->notify_zones, (const dname_type*)zo->node.key); in do_notify() 944 RBTREE_FOR(n, struct notify_zone*, xfrd->notify_zones) { in do_notify() 1038 xfrd->notify_zones, (const dname_type*)zo->node.key); in print_zonestatus() 1385 init_notify_send(xfrd->notify_zones, xfrd->region, zopt); in perform_changezone() 1453 init_notify_send(xfrd->notify_zones, xfrd->region, zopt); in perform_addzone() 1730 init_notify_send(xfrd->notify_zones, xfrd->region, zopt); in add_cfgzone() 1792 RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) { in repat_interrupt_zones() 1817 RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) { in repat_interrupt_notify_start() 2947 (unsigned long)(xfrd->notify_zones->count - xfrd->zones->count))) in print_stats() 2952 (unsigned long)(xfrd->notify_zones->count - xfrd->zones->count))) in print_stats()
|
H A D | xfrd.c | 375 close_notify_fds(xfrd->notify_zones); in xfrd_shutdown() 437 if(xfrd->notify_zones) { in xfrd_shutdown() 439 RBTREE_FOR(n, struct notify_zone*, xfrd->notify_zones) { in xfrd_shutdown() 550 xfrd->notify_zones = rbtree_create(xfrd->region, in xfrd_init_zones() 571 init_notify_send(xfrd->notify_zones, xfrd->region, zone_opt); in xfrd_init_zones() 767 notify_handle_master_zone_soainfo(xfrd->notify_zones, in xfrd_process_soa_info_task() 774 notify_handle_master_zone_soainfo(xfrd->notify_zones, in xfrd_process_soa_info_task() 1537 xfrd_send_notify(xfrd->notify_zones, zone->apex, &zone->soa_nsd); in xfrd_handle_incoming_soa() 1560 xfrd_send_notify(xfrd->notify_zones, zone->apex, &zone->soa_nsd); in xfrd_handle_incoming_soa()
|
H A D | xfrd.h | 117 rbtree_type *notify_zones; member
|
H A D | xfrd-catalog-zones.c | 785 init_notify_send(xfrd->notify_zones, in xfrd_process_catalog_consumer_zone() 868 init_notify_send(xfrd->notify_zones, xfrd->region, in xfrd_process_catalog_consumer_zone()
|
H A D | xfrd-notify.c | 125 xfrd->notify_zones, dname); in xfrd_del_notify()
|