Searched refs:xfrd_soa (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.sbin/nsd/ |
| D | xfrd-notify.h | 32 struct xfrd_soa; 58 struct xfrd_soa *current_soa; /* current SOA in NSD */ 87 struct xfrd_soa* new_soa); 94 const dname_type* apex, struct xfrd_soa* new_soa);
|
| D | xfrd-notify.c | 24 struct xfrd_soa* new_soa); 105 not->current_soa = (struct xfrd_soa*)region_alloc(region, in init_notify_send() 106 sizeof(struct xfrd_soa)); in init_notify_send() 107 memset(not->current_soa, 0, sizeof(struct xfrd_soa)); in init_notify_send() 484 notify_enable(struct notify_zone* zone, struct xfrd_soa* new_soa) in notify_enable() 531 xfrd_send_notify(rbtree_type* tree, const dname_type* apex, struct xfrd_soa* new_soa) in xfrd_send_notify() 545 const dname_type* apex, struct xfrd_soa* new_soa) in notify_handle_master_zone_soainfo()
|
| D | xfrd-tcp.h | 21 struct xfrd_soa; 230 const struct dname* apex, struct xfrd_soa* soa);
|
| D | xfrd.h | 40 typedef struct xfrd_soa xfrd_soa_type; 134 struct xfrd_soa { struct
|
| D | xfrd-tcp.c | 472 const dname_type* apex, struct xfrd_soa* soa) in xfrd_write_soa_buffer()
|