Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dxfrd.h40 typedef struct xfrd_soa xfrd_soa_type; typedef
164 xfrd_soa_type soa_nsd;
166 xfrd_soa_type soa_disk;
168 xfrd_soa_type soa_notified;
430 void xfrd_handle_incoming_soa(xfrd_zone_type* zone, xfrd_soa_type* soa,
445 void xfrd_copy_soa(xfrd_soa_type* soa, rr_type* rr);
474 void xfrd_handle_notify_and_start_xfr(xfrd_zone_type* zone, xfrd_soa_type* soa);
H A Dxfrd-disk.c91 const char* id, xfrd_soa_type* soa, time_t* soatime) in xfrd_read_state_soa()
194 xfrd_soa_type soa_nsd_read, soa_disk_read, soa_notified_read; in xfrd_read_state()
197 xfrd_soa_type incoming_soa; in xfrd_read_state()
419 xfrd_soa_type* soa, time_t soatime, const dname_type* ATTR_UNUSED(apex)) in xfrd_write_state_soa()
H A Dxfrd.c67 xfrd_soa_type* soa);
70 static int xfrd_parse_soa_info(buffer_type* packet, xfrd_soa_type* soa);
567 xfrd_soa_type soa; in xfrd_process_soa_info_task()
568 xfrd_soa_type* soa_ptr = &soa; in xfrd_process_soa_info_task()
1182 xfrd_copy_soa(xfrd_soa_type* soa, rr_type* rr) in xfrd_copy_soa()
1291 xfrd_soa_type* soa, time_t acquired) in xfrd_handle_incoming_soa()
1767 static int xfrd_parse_soa_info(buffer_type* packet, xfrd_soa_type* soa) in xfrd_parse_soa_info()
1805 int *done, xfrd_soa_type* soa, region_type* temp) in xfrd_xfr_check_rrs()
1968 xfrd_soa_type* soa) in xfrd_parse_received_xfr_packet()
2257 xfrd_soa_type soa; in xfrd_handle_received_xfr_packet()
[all …]
H A Dxfrd-notify.c149 region_recycle(xfrd->region, not->current_soa, sizeof(xfrd_soa_type)); in xfrd_del_notify()
491 memset(zone->current_soa, 0, sizeof(xfrd_soa_type)); in notify_enable()
493 memcpy(zone->current_soa, new_soa, sizeof(xfrd_soa_type)); in notify_enable()
H A Dremote.c1013 print_soa_status(RES* ssl, const char* str, xfrd_soa_type* soa, time_t acq) in print_soa_status()