Home
last modified time | relevance | path

Searched refs:xfrd_soa (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dxfrd-notify.h32 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);
Dxfrd-notify.c24 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()
Dxfrd-tcp.h21 struct xfrd_soa;
230 const struct dname* apex, struct xfrd_soa* soa);
Dxfrd.h40 typedef struct xfrd_soa xfrd_soa_type;
134 struct xfrd_soa { struct
Dxfrd-tcp.c472 const dname_type* apex, struct xfrd_soa* soa) in xfrd_write_soa_buffer()