HomeSort by: relevance | last modified time | path
    Searched refs:xfrd_soa_type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/
xfrd.h 40 typedef struct xfrd_soa xfrd_soa_type; typedef in typeref:struct:xfrd_soa
170 xfrd_soa_type soa_nsd;
172 xfrd_soa_type soa_disk;
174 xfrd_soa_type soa_notified;
436 void xfrd_handle_incoming_soa(xfrd_zone_type* zone, xfrd_soa_type* soa,
451 void xfrd_copy_soa(xfrd_soa_type* soa, rr_type* rr);
480 void xfrd_handle_notify_and_start_xfr(xfrd_zone_type* zone, xfrd_soa_type* soa);
xfrd-disk.c 91 const char* id, xfrd_soa_type* soa, time_t* soatime)
194 xfrd_soa_type soa_nsd_read, soa_disk_read, soa_notified_read;
197 xfrd_soa_type incoming_soa;
419 xfrd_soa_type* soa, time_t soatime, const dname_type* ATTR_UNUSED(apex))
xfrd-notify.c 149 region_recycle(xfrd->region, not->current_soa, sizeof(xfrd_soa_type));
501 memset(zone->current_soa, 0, sizeof(xfrd_soa_type));
503 memcpy(zone->current_soa, new_soa, sizeof(xfrd_soa_type));
xfrd.c 77 xfrd_soa_type* soa);
80 static int xfrd_parse_soa_info(buffer_type* packet, xfrd_soa_type* soa);
695 xfrd_soa_type soa;
696 xfrd_soa_type* soa_ptr = &soa;
1377 xfrd_copy_soa(xfrd_soa_type* soa, rr_type* rr)
1489 xfrd_soa_type* soa, time_t acquired)
1966 static int xfrd_parse_soa_info(buffer_type* packet, xfrd_soa_type* soa)
2003 int *done, xfrd_soa_type* soa, region_type* temp)
2173 xfrd_soa_type* soa)
2462 xfrd_soa_type soa
    [all...]
remote.c 1018 print_soa_status(RES* ssl, const char* str, xfrd_soa_type* soa, time_t acq)

Completed in 20 milliseconds