Searched refs:old_serial (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dupdate_test.pl332 my $old_serial = $old_soa->serial;
335 my $new_serial = $old_serial + 10;
349 $new_serial = $old_serial - 10;
359 $old_serial = $old_soa->serial;
360 test("NOERROR", ["update", rr_add("$zone 300 SOA mname3. . $old_serial " .
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c1158 isc_uint32_t old_serial, new_serial; local
1177 old_serial = dns_soa_getserial(&rdata);
1184 new_serial = (old_serial + 1) & 0xFFFFFFFF;
1196 if (new_serial == old_serial ||
1197 (new_serial - old_serial) > 0x7fffffffU)

Completed in 475 milliseconds