OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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/bind/dist/lib/dns/
zone.c
17044
uint32_t
newserial
= 0, desired = 0;
local
17155
newserial
= desired =
17157
if (!isc_serial_gt(
newserial
, oldserial)) {
17158
newserial
= oldserial + 1;
17159
if (
newserial
== 0) {
17160
newserial
++;
17162
dns_soa_setserial(
newserial
, &soatuple->rdata);
17228
if (
newserial
!= 0) {
17230
newserial
, desired);
/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);
Completed in 52 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026