Home
last modified time | relevance | path

Searched refs:notify_current (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dxfrd-notify.c58 zone->notify_current = 0; in notify_disable()
80 if(wz->notify_current) { in notify_disable()
116 not->notify_current = 0; in init_notify_send()
358 if(!zone->notify_current) return; /* no more acl to send to */ in notify_start_pkts()
362 while(zone->pkts[i].dest==NULL && zone->notify_current) { in notify_start_pkts()
363 zone->pkts[i].dest = zone->notify_current; in notify_start_pkts()
364 zone->notify_current = zone->notify_current->next; in notify_start_pkts()
449 if(!zone->notify_current && !zone->notify_pkt_count) { in xfrd_handle_notify_send()
466 zone->notify_current = zone->options->pattern->notify; in setup_notify_active()
503 zone->notify_current = zone->options->pattern->notify; in notify_enable()
H A Dxfrd-notify.h67 struct acl_options* notify_current; /* current slave to notify */ member
H A Dremote.c1819 if(nz->notify_current) in repat_interrupt_notify_start()
1820 nz->notify_current = nz->options->pattern->notify; in repat_interrupt_notify_start()
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog4054 - Need to set notify_current for notify on waiting list. Fixed.