Home
last modified time | relevance | path

Searched refs:new_soa (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dxfrd-notify.c24 struct xfrd_soa* new_soa);
484 notify_enable(struct notify_zone* zone, struct xfrd_soa* new_soa) in notify_enable() argument
490 if(new_soa == NULL) in notify_enable()
493 memcpy(zone->current_soa, new_soa, sizeof(xfrd_soa_type)); in notify_enable()
531 xfrd_send_notify(rbtree_type* tree, const dname_type* apex, struct xfrd_soa* new_soa) in xfrd_send_notify() argument
540 notify_enable(zone, new_soa); in xfrd_send_notify()
545 const dname_type* apex, struct xfrd_soa* new_soa) in notify_handle_master_zone_soainfo() argument
553 if( (new_soa == NULL && zone->current_soa->serial == 0) || in notify_handle_master_zone_soainfo()
554 (new_soa && new_soa->serial == zone->current_soa->serial)) in notify_handle_master_zone_soainfo()
558 notify_enable(zone, new_soa); in notify_handle_master_zone_soainfo()
H A Dxfrd-notify.h87 struct xfrd_soa* new_soa);
94 const dname_type* apex, struct xfrd_soa* new_soa);