HomeSort by: relevance | last modified time | path
    Searched defs:newserial (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
ixfr.h 63 uint32_t newserial; member in struct:ixfr_data
64 /* the new SOA record, with newserial */
72 /* the deleted RRs, ends with the newserial SOA record.
76 * and the SOA record with the newserial.
77 * That is everything except the final add section for newserial. */
81 /* the added RRs, ends with the newserial SOA record. */
249 int file_num, uint32_t* oldserial, uint32_t* newserial,
difffile.h 123 uint32_t oldserial, newserial; member in struct:task_list_d
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 16507 uint32_t newserial = 0, desired = 0; local
16628 newserial = desired =
16630 if (!isc_serial_gt(newserial, oldserial)) {
16631 newserial = oldserial + 1;
16632 if (newserial == 0) {
16633 newserial++;
16635 dns_soa_setserial(newserial, &soatuple->rdata);
16700 if (newserial != 0) {
16702 newserial, desired);
  /src/external/mpl/bind/dist/lib/dns/
zone.c 17066 uint32_t newserial = 0, desired = 0; local
17177 newserial = desired =
17179 if (!isc_serial_gt(newserial, oldserial)) {
17180 newserial = oldserial + 1;
17181 if (newserial == 0) {
17182 newserial++;
17184 dns_soa_setserial(newserial, &soatuple->rdata);
17250 if (newserial != 0) {
17252 newserial, desired);

Completed in 94 milliseconds